Answers for "linux how to check if package is installed"

3

ubuntu see if package is installed

dpkg -l {package_name}
Posted by: Guest on January-13-2021
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 "linux how to check if package is installed"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language