Skip to content

Instantly share code, notes, and snippets.

@jollyjonson
Created October 31, 2023 13:17
Show Gist options
  • Save jollyjonson/1bd6042b92a8a56c54ca000d9d5ddb1f to your computer and use it in GitHub Desktop.
Save jollyjonson/1bd6042b92a8a56c54ca000d9d5ddb1f to your computer and use it in GitHub Desktop.
Find the version of a package installed through apt
dpkg -l | grep <package_name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment