Get a list of 'held back' packages from apt for using with `apt-get install`?
I know why they're listed as held-back, and I know what I want to do to get them updated, but I've got like 100 or more packages that are held-back so it's not a simple matter of copy/pasting the list from the apt-get upgrade
command because of the multiple lines and multiple screens worth of packages.
How can I streamline this from my current solution of copy/pasting just some of them at a time?
apt upgrade package-management bash dependencies
add a comment |
I know why they're listed as held-back, and I know what I want to do to get them updated, but I've got like 100 or more packages that are held-back so it's not a simple matter of copy/pasting the list from the apt-get upgrade
command because of the multiple lines and multiple screens worth of packages.
How can I streamline this from my current solution of copy/pasting just some of them at a time?
apt upgrade package-management bash dependencies
1
sudo apt-get dist-upgrade should take care of that automatically. If you have a problem with that please add more info, namely the errors - if any - after doing apt-get update.
– user589808
Sep 23 '16 at 17:28
I agree with @CelticWarrior The other answers on that page that is linked is saying how dangerous usingdist-upgrade
is. I have used it many times. Make sure that you pay attention to it wanting to install and not remove TONS of packages. Plus, without usingdist-upgrade
there is no way to go to the next point release, i.e. 16.04.1 to 16.04.2 without manually downloading the next release from the site.
– Terrance
Sep 23 '16 at 17:36
add a comment |
I know why they're listed as held-back, and I know what I want to do to get them updated, but I've got like 100 or more packages that are held-back so it's not a simple matter of copy/pasting the list from the apt-get upgrade
command because of the multiple lines and multiple screens worth of packages.
How can I streamline this from my current solution of copy/pasting just some of them at a time?
apt upgrade package-management bash dependencies
I know why they're listed as held-back, and I know what I want to do to get them updated, but I've got like 100 or more packages that are held-back so it's not a simple matter of copy/pasting the list from the apt-get upgrade
command because of the multiple lines and multiple screens worth of packages.
How can I streamline this from my current solution of copy/pasting just some of them at a time?
apt upgrade package-management bash dependencies
apt upgrade package-management bash dependencies
edited Apr 13 '17 at 12:23
Community♦
1
1
asked Sep 23 '16 at 17:19
Dustin WyattDustin Wyatt
1404
1404
1
sudo apt-get dist-upgrade should take care of that automatically. If you have a problem with that please add more info, namely the errors - if any - after doing apt-get update.
– user589808
Sep 23 '16 at 17:28
I agree with @CelticWarrior The other answers on that page that is linked is saying how dangerous usingdist-upgrade
is. I have used it many times. Make sure that you pay attention to it wanting to install and not remove TONS of packages. Plus, without usingdist-upgrade
there is no way to go to the next point release, i.e. 16.04.1 to 16.04.2 without manually downloading the next release from the site.
– Terrance
Sep 23 '16 at 17:36
add a comment |
1
sudo apt-get dist-upgrade should take care of that automatically. If you have a problem with that please add more info, namely the errors - if any - after doing apt-get update.
– user589808
Sep 23 '16 at 17:28
I agree with @CelticWarrior The other answers on that page that is linked is saying how dangerous usingdist-upgrade
is. I have used it many times. Make sure that you pay attention to it wanting to install and not remove TONS of packages. Plus, without usingdist-upgrade
there is no way to go to the next point release, i.e. 16.04.1 to 16.04.2 without manually downloading the next release from the site.
– Terrance
Sep 23 '16 at 17:36
1
1
sudo apt-get dist-upgrade should take care of that automatically. If you have a problem with that please add more info, namely the errors - if any - after doing apt-get update.
– user589808
Sep 23 '16 at 17:28
sudo apt-get dist-upgrade should take care of that automatically. If you have a problem with that please add more info, namely the errors - if any - after doing apt-get update.
– user589808
Sep 23 '16 at 17:28
I agree with @CelticWarrior The other answers on that page that is linked is saying how dangerous using
dist-upgrade
is. I have used it many times. Make sure that you pay attention to it wanting to install and not remove TONS of packages. Plus, without using dist-upgrade
there is no way to go to the next point release, i.e. 16.04.1 to 16.04.2 without manually downloading the next release from the site.– Terrance
Sep 23 '16 at 17:36
I agree with @CelticWarrior The other answers on that page that is linked is saying how dangerous using
dist-upgrade
is. I have used it many times. Make sure that you pay attention to it wanting to install and not remove TONS of packages. Plus, without using dist-upgrade
there is no way to go to the next point release, i.e. 16.04.1 to 16.04.2 without manually downloading the next release from the site.– Terrance
Sep 23 '16 at 17:36
add a comment |
1 Answer
1
active
oldest
votes
dpkg -l | grep ^h
shows the packages that have been held back.
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%2f828788%2fget-a-list-of-held-back-packages-from-apt-for-using-with-apt-get-install%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
dpkg -l | grep ^h
shows the packages that have been held back.
add a comment |
dpkg -l | grep ^h
shows the packages that have been held back.
add a comment |
dpkg -l | grep ^h
shows the packages that have been held back.
dpkg -l | grep ^h
shows the packages that have been held back.
answered Mar 23 '17 at 15:31
Christopher RungChristopher Rung
1414
1414
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%2f828788%2fget-a-list-of-held-back-packages-from-apt-for-using-with-apt-get-install%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
1
sudo apt-get dist-upgrade should take care of that automatically. If you have a problem with that please add more info, namely the errors - if any - after doing apt-get update.
– user589808
Sep 23 '16 at 17:28
I agree with @CelticWarrior The other answers on that page that is linked is saying how dangerous using
dist-upgrade
is. I have used it many times. Make sure that you pay attention to it wanting to install and not remove TONS of packages. Plus, without usingdist-upgrade
there is no way to go to the next point release, i.e. 16.04.1 to 16.04.2 without manually downloading the next release from the site.– Terrance
Sep 23 '16 at 17:36