Created
October 31, 2023 13:17
-
-
Save jollyjonson/1bd6042b92a8a56c54ca000d9d5ddb1f to your computer and use it in GitHub Desktop.
Find the version of a package installed through apt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dpkg -l | grep <package_name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment