Results 1 to 3 of 3
i installed ubuntu, and just for a while i had kubuntu-desktop installed. I realized i prefered gnome, so i went ahead and un-installed kubuntu GUI in synaptic . Well my ...
- 11-30-2009 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 20
update manager & KDE
i installed ubuntu, and just for a while i had kubuntu-desktop installed. I realized i prefered gnome, so i went ahead and un-installed kubuntu GUI in synaptic . Well my regular updates continually try and download KDE related updates, which i do not need or want. How to i tell update manager that kde is no longer installed? I am using ubuntu 9.10
- 11-30-2009 #2
You still have components of KDE installed. Did you just uninstall the kubuntu-desktop package? This is a virtual package that points at the rest of KDE. Uninstalling it doesn't remove everything.
If you doit should mark all the kde packages as unneeded and remove them. Be very careful with this option, it's easy to accidentally uninstall a lot of things you want also. Read though the list of packages to be removed carefully.Code:sudo apt-get autoremove
Alternately, and safer, search for installed kde packages in synaptic to remove.
You can get most of kde by removing the base package.EDIT: Scratch the last. I think kdebase is actually another metapackage, and may not be installed anyone with kubuntu-desktop.Code:sudo apt-get remove kdebase
- 12-01-2009 #3Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
I believe kdebase (and kdebase-runtime*) contain the core libraries needed to run QT programs. If you have no such programs, kdebase* is what to remove. That should take anything that depends on it along with as well. Check the remove list to make sure you don't remove something you want to keep.


Reply With Quote