Is there a default Update Manager for Kubuntu? If there isn't can I install the Ubuntu Update Manager?
I know I can use
sudo apt-get update && sudo apt-get upgrade
but sometimes I get something like:
0 to install 0 to remove, 0 new, 0 upgraded and 3 not upgraded
Any way to fix this?
Thanks.
Update manager for Kubuntu is called
muon-updater
and I believe it's installed by default. Just press Alt-F2 and start typing 'muon-updater' thereKubuntu & Muon
Kubuntu is an Ubuntu derivative. Information for Kubuntu can be found on the Kubuntu homepage. The Kubuntu 11.10 release notes says:
The kubuntu-desktop package is recommending (installing as default):
muon, package manager for KDE
muon-installer, utility for browsing, installing, and removing applications
muon-notifier, update notifier for KDE
The package muon is also recommending the muon-updater, an update manager for KDE.
The latest information of the Muon can be found from the developer's blog.
Apt - upgrade and dist-upgrade
The "not upgraded" packages could need to install some new packages. The "upgrade" action can't do this.
The apt manual page (
man apt-get
):upgrade will
dist-upgrade will
So, the
apt-get dist-upgrade
command may remove some packages...Not always is install by default. I experienced that when you install a brand new (not upgrading from ubuntu) kubuntu the muon update manager is not install by default but only the muon discover. So I resolve this by going to the muon discover and in the search box type Muon you will see that the updater has to be install manually. Just press the install button for the muon software center. You will see the updater will get installed as well.
Furthermore if you want to get the latest update just go to left-lower corner (the k button) and click over there go to application-system-Sofware Updates and the updates will be prompted for you. Just follow the instructions.