Upgrade of my debian workstation
Yesterday evening I upgraded my linux system (Debian testing).
$ sudo apt-get update
$ sudo apt-get upgrade
After downloading and installing the new packages, I checked again with “$ sudo apt-get upgrade” if really all packages are now up to date: No! I got this output:
…
0 upgraded, 0 newly installed, 0 to remove and 250 not upgraded.
Solution:
If you have a debian testing-system, always upgrade your software with:
$ sudo apt-get update
$ sudo apt-get dist-upgrade