I run Xubuntu Xenial, did a manual sudo apt-get update
and sudo apt-get upgrade
. After that the Software Updater still pops up and ask me to install 68 MB of Ubuntu base updates. Why did the manual upgrade missed it?
I run Xubuntu Xenial, did a manual sudo apt-get update
and sudo apt-get upgrade
. After that the Software Updater still pops up and ask me to install 68 MB of Ubuntu base updates. Why did the manual upgrade missed it?
man apt-get
:TL;DR: Some of the upgrades require the installation of new packages, and
apt-get upgrade
won't do that. You may considerapt-get dist-upgrade
.