Showing posts with label kde. Show all posts
Showing posts with label kde. Show all posts

30 August 2013

Remove all installed kde programs

sudo apt-get remove  `dpkg --get-selections | grep kde | awk '{ print $1}'`
sudo apt-get remove  `dpkg --get-selections | grep qt | awk '{ print $1}'`