I installed ubuntu-desktop package to see how gksudo works compared to kdesudo, now I would like to get rid of gnome, is there a simple way to remove gnome stuff?
#edit: fixed typo in the headline
#edit: fixed typo in the headline
sudo apt-get remove --simulate ubuntu-desktop
sudo apt-get remove --simulate ubuntu-desktop
apt-cache showpkg kubuntu-desktop
apt-cache showpkg ubuntu-desktop
sed -i 's/(0 (null))//g' kubuntu.txt sed -i 's/(0 (null))//g' ubuntu.txt
sed -i 's: :\\>//;s/\\<:g' kubuntu.txt
sed -i 's/[ ]\+/ /g' ubuntu.txt
Comment