This popped up:
When I run apt-get in a terminal, however, I get:
sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
What's going on? Why does software updater show updates not installable through the command line?
sudo apt-get update
– Elder Geek Nov 11 '14 at 15:22sudo apt-get install chromium-browser; ...; chromium-browser is already the newest version.
– ike Nov 11 '14 at 15:41