Skip to content

Instantly share code, notes, and snippets.

@sholloway
Created May 3, 2012 16:23
Show Gist options
  • Save sholloway/2586961 to your computer and use it in GitHub Desktop.
Save sholloway/2586961 to your computer and use it in GitHub Desktop.
List all packages installed on ubuntu
sudo dpkg --get-selections
# dpkg --list
# dpkg --info packageName
# apt-get remove packageName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment