Skip to content

Instantly share code, notes, and snippets.

@pratos
Last active April 11, 2017 09:05
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 pratos/09312bd52b4660fb6a7441cd4f5059a7 to your computer and use it in GitHub Desktop.
Save pratos/09312bd52b4660fb6a7441cd4f5059a7 to your computer and use it in GitHub Desktop.
Regular functions in Ubuntu

Get list of the packages installed in the system

$ dpkg --list

Remove the packages from Ubuntu

sudo apt-get --purge remove <package-name>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment