Ignore package in update manager
I don't want to update certain packages. But this list of packages appears every time I open update manager. Is there an ignore list feature for packages? So I can add or remove packages from ignore list whenever I want?
package-management apt update-manager
add a comment |
I don't want to update certain packages. But this list of packages appears every time I open update manager. Is there an ignore list feature for packages? So I can add or remove packages from ignore list whenever I want?
package-management apt update-manager
add a comment |
I don't want to update certain packages. But this list of packages appears every time I open update manager. Is there an ignore list feature for packages? So I can add or remove packages from ignore list whenever I want?
package-management apt update-manager
I don't want to update certain packages. But this list of packages appears every time I open update manager. Is there an ignore list feature for packages? So I can add or remove packages from ignore list whenever I want?
package-management apt update-manager
package-management apt update-manager
edited Apr 17 '11 at 5:31
Jeremy Bicha
6,34842343
6,34842343
asked Apr 17 '11 at 4:54
useruser
96231529
96231529
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Then you need to do an apt-pinning, to prevent future updates:
Create a new file in /etc/apt/preferences.d/ (if Ubuntu >= 10.4) named after your program, with following entry:
Package: program
Pin: version 1.2.3*
Pin-Priority: 1000
assuming, you know that your programs version, you want to freeze, is 1.2.3
Is there no GUI based update manager? For example, Linux Mint update manager supports this feature
– user
Apr 17 '11 at 5:29
1
Yes, I looked, and inSynaptic packagemanagement
(translation by hand from a german system) you mark a package, then in the menupackage
you canlock version
.
– user unknown
Apr 17 '11 at 10:19
@user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages
– user
Apr 17 '11 at 10:34
What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.
– user unknown
Apr 17 '11 at 10:58
1
@user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.
– user
Apr 17 '11 at 11:03
|
show 1 more comment
1 - Go to Synaptic Package Manager
2 - Enter [package name] into the search field
3 - Highlight the installed package
4 - Click on Package on the top row
5 - Select Lock Version
Done, now [package name] will no longer be updated.
1
>Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)
– Jani Uusitalo
Aug 17 '12 at 16:07
add a comment |
For KUbuntu:
- Run "Muon Package Manager"
- Found under the "start menu" or by running "
muon
" on the command line.
- Found under the "start menu" or by running "
- Search for the packages you want to lock.
- Right click on the package and select "Lock at current version".
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f35560%2fignore-package-in-update-manager%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Then you need to do an apt-pinning, to prevent future updates:
Create a new file in /etc/apt/preferences.d/ (if Ubuntu >= 10.4) named after your program, with following entry:
Package: program
Pin: version 1.2.3*
Pin-Priority: 1000
assuming, you know that your programs version, you want to freeze, is 1.2.3
Is there no GUI based update manager? For example, Linux Mint update manager supports this feature
– user
Apr 17 '11 at 5:29
1
Yes, I looked, and inSynaptic packagemanagement
(translation by hand from a german system) you mark a package, then in the menupackage
you canlock version
.
– user unknown
Apr 17 '11 at 10:19
@user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages
– user
Apr 17 '11 at 10:34
What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.
– user unknown
Apr 17 '11 at 10:58
1
@user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.
– user
Apr 17 '11 at 11:03
|
show 1 more comment
Then you need to do an apt-pinning, to prevent future updates:
Create a new file in /etc/apt/preferences.d/ (if Ubuntu >= 10.4) named after your program, with following entry:
Package: program
Pin: version 1.2.3*
Pin-Priority: 1000
assuming, you know that your programs version, you want to freeze, is 1.2.3
Is there no GUI based update manager? For example, Linux Mint update manager supports this feature
– user
Apr 17 '11 at 5:29
1
Yes, I looked, and inSynaptic packagemanagement
(translation by hand from a german system) you mark a package, then in the menupackage
you canlock version
.
– user unknown
Apr 17 '11 at 10:19
@user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages
– user
Apr 17 '11 at 10:34
What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.
– user unknown
Apr 17 '11 at 10:58
1
@user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.
– user
Apr 17 '11 at 11:03
|
show 1 more comment
Then you need to do an apt-pinning, to prevent future updates:
Create a new file in /etc/apt/preferences.d/ (if Ubuntu >= 10.4) named after your program, with following entry:
Package: program
Pin: version 1.2.3*
Pin-Priority: 1000
assuming, you know that your programs version, you want to freeze, is 1.2.3
Then you need to do an apt-pinning, to prevent future updates:
Create a new file in /etc/apt/preferences.d/ (if Ubuntu >= 10.4) named after your program, with following entry:
Package: program
Pin: version 1.2.3*
Pin-Priority: 1000
assuming, you know that your programs version, you want to freeze, is 1.2.3
answered Apr 17 '11 at 5:25
user unknownuser unknown
4,88122252
4,88122252
Is there no GUI based update manager? For example, Linux Mint update manager supports this feature
– user
Apr 17 '11 at 5:29
1
Yes, I looked, and inSynaptic packagemanagement
(translation by hand from a german system) you mark a package, then in the menupackage
you canlock version
.
– user unknown
Apr 17 '11 at 10:19
@user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages
– user
Apr 17 '11 at 10:34
What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.
– user unknown
Apr 17 '11 at 10:58
1
@user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.
– user
Apr 17 '11 at 11:03
|
show 1 more comment
Is there no GUI based update manager? For example, Linux Mint update manager supports this feature
– user
Apr 17 '11 at 5:29
1
Yes, I looked, and inSynaptic packagemanagement
(translation by hand from a german system) you mark a package, then in the menupackage
you canlock version
.
– user unknown
Apr 17 '11 at 10:19
@user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages
– user
Apr 17 '11 at 10:34
What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.
– user unknown
Apr 17 '11 at 10:58
1
@user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.
– user
Apr 17 '11 at 11:03
Is there no GUI based update manager? For example, Linux Mint update manager supports this feature
– user
Apr 17 '11 at 5:29
Is there no GUI based update manager? For example, Linux Mint update manager supports this feature
– user
Apr 17 '11 at 5:29
1
1
Yes, I looked, and in
Synaptic packagemanagement
(translation by hand from a german system) you mark a package, then in the menu package
you can lock version
.– user unknown
Apr 17 '11 at 10:19
Yes, I looked, and in
Synaptic packagemanagement
(translation by hand from a german system) you mark a package, then in the menu package
you can lock version
.– user unknown
Apr 17 '11 at 10:19
@user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages
– user
Apr 17 '11 at 10:34
@user: Thanks. I know that. I just want some shortcut way (as i mentioned before like linux mint update manager) to do that. An update manager which can ignore some packages
– user
Apr 17 '11 at 10:34
What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.
– user unknown
Apr 17 '11 at 10:58
What do you mean, by 'shortcut way'? You select the package, which you need to select on mint too, I guess. From there it is I don't have linux mint, so your description 'like in linux mint' isn't helpful for me - you have to say, how it is.
– user unknown
Apr 17 '11 at 10:58
1
1
@user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.
– user
Apr 17 '11 at 11:03
@user: In Linux Mint, when update manager showing the package list, you right click on a package and select "Ignore this package", the package will be in Ignored Package List. Update manager will never show it on update list. If you wish to update that package again, just go to "Ignored List" and remove the package. See, no need to open synaptic, just everything in the update manager.
– user
Apr 17 '11 at 11:03
|
show 1 more comment
1 - Go to Synaptic Package Manager
2 - Enter [package name] into the search field
3 - Highlight the installed package
4 - Click on Package on the top row
5 - Select Lock Version
Done, now [package name] will no longer be updated.
1
>Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)
– Jani Uusitalo
Aug 17 '12 at 16:07
add a comment |
1 - Go to Synaptic Package Manager
2 - Enter [package name] into the search field
3 - Highlight the installed package
4 - Click on Package on the top row
5 - Select Lock Version
Done, now [package name] will no longer be updated.
1
>Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)
– Jani Uusitalo
Aug 17 '12 at 16:07
add a comment |
1 - Go to Synaptic Package Manager
2 - Enter [package name] into the search field
3 - Highlight the installed package
4 - Click on Package on the top row
5 - Select Lock Version
Done, now [package name] will no longer be updated.
1 - Go to Synaptic Package Manager
2 - Enter [package name] into the search field
3 - Highlight the installed package
4 - Click on Package on the top row
5 - Select Lock Version
Done, now [package name] will no longer be updated.
answered Apr 17 '11 at 13:10
scouser73scouser73
4,2701927
4,2701927
1
>Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)
– Jani Uusitalo
Aug 17 '12 at 16:07
add a comment |
1
>Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)
– Jani Uusitalo
Aug 17 '12 at 16:07
1
1
>Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)
– Jani Uusitalo
Aug 17 '12 at 16:07
>Lock version is not as clever as it sounds. It's supposed to >do what it says on the tin, lock the version... But it only >locks it within Synaptic. Anything else that does package >upgrades (read: Update Manager, apt-get, aptitude, etc) >ignores this. (That's supposed to be a blockquote, I but it doesn't seem to work.)
– Jani Uusitalo
Aug 17 '12 at 16:07
add a comment |
For KUbuntu:
- Run "Muon Package Manager"
- Found under the "start menu" or by running "
muon
" on the command line.
- Found under the "start menu" or by running "
- Search for the packages you want to lock.
- Right click on the package and select "Lock at current version".
add a comment |
For KUbuntu:
- Run "Muon Package Manager"
- Found under the "start menu" or by running "
muon
" on the command line.
- Found under the "start menu" or by running "
- Search for the packages you want to lock.
- Right click on the package and select "Lock at current version".
add a comment |
For KUbuntu:
- Run "Muon Package Manager"
- Found under the "start menu" or by running "
muon
" on the command line.
- Found under the "start menu" or by running "
- Search for the packages you want to lock.
- Right click on the package and select "Lock at current version".
For KUbuntu:
- Run "Muon Package Manager"
- Found under the "start menu" or by running "
muon
" on the command line.
- Found under the "start menu" or by running "
- Search for the packages you want to lock.
- Right click on the package and select "Lock at current version".
answered Jan 24 at 15:07
Stephen MStephen M
1137
1137
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f35560%2fignore-package-in-update-manager%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown