Answers for "check a package version in linux"

0

linux how to check version of package

$ apt list pkg-name
//show all possible versions on repository
$ apt list pkg-name -a
Posted by: Guest on August-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language