Skip to content

Instantly share code, notes, and snippets.

@aaronbronow
Created March 26, 2019 21:23
Show Gist options
  • Save aaronbronow/81a52c51f93316853afa31fdc64b42c1 to your computer and use it in GitHub Desktop.
Save aaronbronow/81a52c51f93316853afa31fdc64b42c1 to your computer and use it in GitHub Desktop.
list all installed packages
apt list --installed | sed -E 's/^(.*)\/.*/\1/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment