Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RamazanBIYIK/79ca2918ae683bc756a70b85a1897663 to your computer and use it in GitHub Desktop.
Save RamazanBIYIK/79ca2918ae683bc756a70b85a1897663 to your computer and use it in GitHub Desktop.
Linux- To find an installed package version
dpkg -s {package_name} | grep 'Version'
dpkg -s libboost-dev | grep 'Version' //Sample
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment