Possible Duplicate:
How to completely remove desktop?
When I installed Ubuntu 12.04 Beta 2 on my computer I also added the lubuntu desktop to try using the following command:
sudo add-apt-repository ppa:lubuntu-desktop/ppa
sudo apt-get update
sudo apt-get install lubuntu-desktop
How do I remove lubuntu and restore my Unity configuration?
How do I remove lubuntu-desktop? This link applies to 11.10 only
lubuntu-desktop
is an official flavor of Ubuntu and thus it is on the 12.04 repositories right? Why are you adding a PPA to install something that you can already install? You need to remove the PPA withppa-purge
and remove the packages just like on the other question, these are the same. – Bruno Pereira Apr 19 '12 at 10:54