Skip to content

Instantly share code, notes, and snippets.

@ssledz
Last active August 19, 2019 09:26
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 ssledz/2b4b811ea3c359f955aa68bd02417e5a to your computer and use it in GitHub Desktop.
Save ssledz/2b4b811ea3c359f955aa68bd02417e5a to your computer and use it in GitHub Desktop.

List all intalled packages

apt list --installed
dpkg -l

Search for all packages consisting of java keyword

apt-cache search java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment