Skip to content

Instantly share code, notes, and snippets.

@gusioo
Last active July 12, 2016 15:04
Show Gist options
  • Save gusioo/c210b7d2bc672601987b137685bd17a9 to your computer and use it in GitHub Desktop.
Save gusioo/c210b7d2bc672601987b137685bd17a9 to your computer and use it in GitHub Desktop.
KDE remover
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