Skip to content

Instantly share code, notes, and snippets.

@huberflores
Created November 11, 2014 23:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save huberflores/2c55c8c37f58ffff1462 to your computer and use it in GitHub Desktop.
Save huberflores/2c55c8c37f58ffff1462 to your computer and use it in GitHub Desktop.
Uninstall software in Linux
#
# author Huber Flores
#
#Instructions to Uninstall in Linux (Debian)
#use the utility "purge"
#Example
$ apt-get purge virtualbox-4.2
$ apt-get remove --purge virtualbox-4.2
$ aptitude purge ~ivirtualbox
#Now you can install newer version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment