fyi,
In 14.04, kept getting the Muon Application Update Notifier icon telling that I had one package upgradeable. Clicking on it, but it comes up saying "all done," no updates to do. This happens sometimes. I ignore it. Sometimes, I open Muon, click on and sort by upgradeable, check for updates, and I may find one; or it may say none to do--and sometimes this clears up the update icon in system tray. This time nothing worked to clear the update icon; and yet there were no updates to do. The update icon persisted for 15 hours.
So, for fun, I tried one of the usual formulas for repairing apt, and this worked to clear that update icon (and btw, there were no updates to do). Fyi, that formula is,
So, there ya go, huh?
In 14.04, kept getting the Muon Application Update Notifier icon telling that I had one package upgradeable. Clicking on it, but it comes up saying "all done," no updates to do. This happens sometimes. I ignore it. Sometimes, I open Muon, click on and sort by upgradeable, check for updates, and I may find one; or it may say none to do--and sometimes this clears up the update icon in system tray. This time nothing worked to clear the update icon; and yet there were no updates to do. The update icon persisted for 15 hours.
So, for fun, I tried one of the usual formulas for repairing apt, and this worked to clear that update icon (and btw, there were no updates to do). Fyi, that formula is,
Code:
sudo dpkg --configure -a sudo apt-get update sudo apt-get -f install
Comment