Last active
July 12, 2016 15:04
-
-
Save gusioo/c210b7d2bc672601987b137685bd17a9 to your computer and use it in GitHub Desktop.
KDE remover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt-get purge $(dpkg -l | awk '/[K,k]de/{print $2}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment