Update Issue With Ubuntu Budgie 1710

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I'm running an HP Stream 11 with Ubuntu Budgie 17.10, and here's a condensed version of what's going on:



xx package(s) can be updated
xx update(s) are security updates


Which ordinarily just requires me to do:



sudo -i
[password]
apt-get update -y && apt-get upgrade -y && apt-get autoremove -y


So the process would go through, update and upgrade everything - as well as trimming off any unncessary extras, and then it would still say:



x package(s) can be updated
x package(s) are security updates


Indicating that there was still a package which needed to be update/upgraded - whatever the case may be. I guess the problem that I'm having is trying to figure out what package it is that ends up not getting updated/upgraded. I don't know how to check for something like that, and I'm sure there's a way. Any help would be awesome.










share|improve this question























  • You can type apt list --upgradable (sudo not required) to see what programs it believes need to be updated.
    – Organic Marble
    Feb 16 at 0:06










  • Thanks. I've been using Ubuntu for ~10 years now off and on (as an intermediate level user) and didn't know that was a thing. I'll update with a screencap in the off chance that this is something I'm just overlooking. EDIT: I ran the command twice as stated in the OP, but I'll definitely keep that in mind for the next time this happens. :)
    – havires
    Feb 16 at 0:09











  • Upgrade can only upgrade packages within set rules, dist-upgrade allows more. From man apt-get you will find "dist-upgrade in addition to performing the function of upgrade, also intelligently ... and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. .." Upgrade limits what can be upgraded which man reports as " under no circumstances are currently installed packages removed, or packages not already installed .."
    – guiverc
    Feb 16 at 0:12















up vote
0
down vote

favorite












I'm running an HP Stream 11 with Ubuntu Budgie 17.10, and here's a condensed version of what's going on:



xx package(s) can be updated
xx update(s) are security updates


Which ordinarily just requires me to do:



sudo -i
[password]
apt-get update -y && apt-get upgrade -y && apt-get autoremove -y


So the process would go through, update and upgrade everything - as well as trimming off any unncessary extras, and then it would still say:



x package(s) can be updated
x package(s) are security updates


Indicating that there was still a package which needed to be update/upgraded - whatever the case may be. I guess the problem that I'm having is trying to figure out what package it is that ends up not getting updated/upgraded. I don't know how to check for something like that, and I'm sure there's a way. Any help would be awesome.










share|improve this question























  • You can type apt list --upgradable (sudo not required) to see what programs it believes need to be updated.
    – Organic Marble
    Feb 16 at 0:06










  • Thanks. I've been using Ubuntu for ~10 years now off and on (as an intermediate level user) and didn't know that was a thing. I'll update with a screencap in the off chance that this is something I'm just overlooking. EDIT: I ran the command twice as stated in the OP, but I'll definitely keep that in mind for the next time this happens. :)
    – havires
    Feb 16 at 0:09











  • Upgrade can only upgrade packages within set rules, dist-upgrade allows more. From man apt-get you will find "dist-upgrade in addition to performing the function of upgrade, also intelligently ... and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. .." Upgrade limits what can be upgraded which man reports as " under no circumstances are currently installed packages removed, or packages not already installed .."
    – guiverc
    Feb 16 at 0:12













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm running an HP Stream 11 with Ubuntu Budgie 17.10, and here's a condensed version of what's going on:



xx package(s) can be updated
xx update(s) are security updates


Which ordinarily just requires me to do:



sudo -i
[password]
apt-get update -y && apt-get upgrade -y && apt-get autoremove -y


So the process would go through, update and upgrade everything - as well as trimming off any unncessary extras, and then it would still say:



x package(s) can be updated
x package(s) are security updates


Indicating that there was still a package which needed to be update/upgraded - whatever the case may be. I guess the problem that I'm having is trying to figure out what package it is that ends up not getting updated/upgraded. I don't know how to check for something like that, and I'm sure there's a way. Any help would be awesome.










share|improve this question















I'm running an HP Stream 11 with Ubuntu Budgie 17.10, and here's a condensed version of what's going on:



xx package(s) can be updated
xx update(s) are security updates


Which ordinarily just requires me to do:



sudo -i
[password]
apt-get update -y && apt-get upgrade -y && apt-get autoremove -y


So the process would go through, update and upgrade everything - as well as trimming off any unncessary extras, and then it would still say:



x package(s) can be updated
x package(s) are security updates


Indicating that there was still a package which needed to be update/upgraded - whatever the case may be. I guess the problem that I'm having is trying to figure out what package it is that ends up not getting updated/upgraded. I don't know how to check for something like that, and I'm sure there's a way. Any help would be awesome.







apt updates






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 16 at 0:03

























asked Feb 15 at 23:55









havires

12




12











  • You can type apt list --upgradable (sudo not required) to see what programs it believes need to be updated.
    – Organic Marble
    Feb 16 at 0:06










  • Thanks. I've been using Ubuntu for ~10 years now off and on (as an intermediate level user) and didn't know that was a thing. I'll update with a screencap in the off chance that this is something I'm just overlooking. EDIT: I ran the command twice as stated in the OP, but I'll definitely keep that in mind for the next time this happens. :)
    – havires
    Feb 16 at 0:09











  • Upgrade can only upgrade packages within set rules, dist-upgrade allows more. From man apt-get you will find "dist-upgrade in addition to performing the function of upgrade, also intelligently ... and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. .." Upgrade limits what can be upgraded which man reports as " under no circumstances are currently installed packages removed, or packages not already installed .."
    – guiverc
    Feb 16 at 0:12

















  • You can type apt list --upgradable (sudo not required) to see what programs it believes need to be updated.
    – Organic Marble
    Feb 16 at 0:06










  • Thanks. I've been using Ubuntu for ~10 years now off and on (as an intermediate level user) and didn't know that was a thing. I'll update with a screencap in the off chance that this is something I'm just overlooking. EDIT: I ran the command twice as stated in the OP, but I'll definitely keep that in mind for the next time this happens. :)
    – havires
    Feb 16 at 0:09











  • Upgrade can only upgrade packages within set rules, dist-upgrade allows more. From man apt-get you will find "dist-upgrade in addition to performing the function of upgrade, also intelligently ... and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. .." Upgrade limits what can be upgraded which man reports as " under no circumstances are currently installed packages removed, or packages not already installed .."
    – guiverc
    Feb 16 at 0:12
















You can type apt list --upgradable (sudo not required) to see what programs it believes need to be updated.
– Organic Marble
Feb 16 at 0:06




You can type apt list --upgradable (sudo not required) to see what programs it believes need to be updated.
– Organic Marble
Feb 16 at 0:06












Thanks. I've been using Ubuntu for ~10 years now off and on (as an intermediate level user) and didn't know that was a thing. I'll update with a screencap in the off chance that this is something I'm just overlooking. EDIT: I ran the command twice as stated in the OP, but I'll definitely keep that in mind for the next time this happens. :)
– havires
Feb 16 at 0:09





Thanks. I've been using Ubuntu for ~10 years now off and on (as an intermediate level user) and didn't know that was a thing. I'll update with a screencap in the off chance that this is something I'm just overlooking. EDIT: I ran the command twice as stated in the OP, but I'll definitely keep that in mind for the next time this happens. :)
– havires
Feb 16 at 0:09













Upgrade can only upgrade packages within set rules, dist-upgrade allows more. From man apt-get you will find "dist-upgrade in addition to performing the function of upgrade, also intelligently ... and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. .." Upgrade limits what can be upgraded which man reports as " under no circumstances are currently installed packages removed, or packages not already installed .."
– guiverc
Feb 16 at 0:12





Upgrade can only upgrade packages within set rules, dist-upgrade allows more. From man apt-get you will find "dist-upgrade in addition to performing the function of upgrade, also intelligently ... and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. .." Upgrade limits what can be upgraded which man reports as " under no circumstances are currently installed packages removed, or packages not already installed .."
– guiverc
Feb 16 at 0:12
















active

oldest

votes











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',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1006630%2fupdate-issue-with-ubuntu-budgie-1710%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1006630%2fupdate-issue-with-ubuntu-budgie-1710%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491