Update Issue With Ubuntu Budgie 1710
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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.
apt updates
add a comment |Â
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.
apt updates
You can typeapt 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. Fromman 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 whichman
reports as " under no circumstances are currently installed packages removed, or packages not already installed .."
â guiverc
Feb 16 at 0:12
add a comment |Â
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.
apt updates
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
apt updates
edited Feb 16 at 0:03
asked Feb 15 at 23:55
![](https://i.stack.imgur.com/XzLfe.jpg?s=32&g=1)
![](https://i.stack.imgur.com/XzLfe.jpg?s=32&g=1)
havires
12
12
You can typeapt 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. Fromman 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 whichman
reports as " under no circumstances are currently installed packages removed, or packages not already installed .."
â guiverc
Feb 16 at 0:12
add a comment |Â
You can typeapt 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. Fromman 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 whichman
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
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
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. Fromman 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 whichman
reports as " under no circumstances are currently installed packages removed, or packages not already installed .."â guiverc
Feb 16 at 0:12