PDA

View Full Version : [kubuntu] apt-get remove won't remove kubunt-desktop



LinuxGold
July 27th, 2009, 03:00 PM
I am running ubuntu server 9.04 x64 version.

I installed kubuntu using apt-get install kubuntu-desktop.

Now I am trying to remove kubuntu by using

apt-get remove --purge kubuntu-desktop
apt-get autoremove

Rebooted the machine, it is STILL running kubuntu.

Re-tried to remove it, here is the output:



root@motubuntu01:/home/shamm# apt-get remove --purge kubuntu-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package kubuntu-desktop is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


How do I forcibly remove kubuntu-desktop?

nikhilk
July 27th, 2009, 03:09 PM
root@motubuntu01:/home/shamm# apt-get remove --purge kubuntu-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package kubuntu-desktop is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


How do I forcibly remove kubuntu-desktop?

It has already been unistalled! kubuntu-desktop is just a meta package and does not contain anything itself. Probably

sudo aptitude remove kubuntu-desktop
might have done the trick.

Still, see if the (rather long) command shown here (http://www.psychocats.net/ubuntu/puregnome.php) cuts it for you.

LinuxGold
July 27th, 2009, 03:42 PM
It has already been unistalled! kubuntu-desktop is just a meta package and does not contain anything itself. Probably

sudo aptitude remove kubuntu-desktop
might have done the trick.

Still, see if the (rather long) command shown here (http://www.psychocats.net/ubuntu/puregnome.php) cuts it for you.

aptitude remove didn't work either. I will have to go through your rather long command one package by one. I got a lot to lose on my server.

Thanks.