Skip to content

Instantly share code, notes, and snippets.

@skwerlman
Created August 25, 2016 07:17
Show Gist options
  • Save skwerlman/eb35a305b9796afbb8d19cdabe26b3d3 to your computer and use it in GitHub Desktop.
Save skwerlman/eb35a305b9796afbb8d19cdabe26b3d3 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get update
sudo apt-get purge hexchat hexchat-common hexchat-perl hexchat-plugins hexchat-python
sudo apt-get purge pidgin pidgin-data pidgin-libnotify pidgin-otr
sudo apt-get purge deadbeef
sudo apt-get purge vlc vlc-data vlc-nox vlc-plugin-notify vlc-plugin-samba libvlc5 libvlccore8
sudo apt-get update
sudo apt-get upgrade
sudo apt-get autoremove
sudo apt-get autoclean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment