Answers for "how to know if package installed linux"

0

how to check installed packages in linux command

dpkg-query --list | grep -i nano
ii  nano    2.9.3-2    amd64    small, friendly text editor inspired by Pico
Posted by: Guest on June-24-2020
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 "how to know if package installed linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language