Answers for "how to find out if package is installed in linux"

3

ubuntu see if package is installed

dpkg -l {package_name}
Posted by: Guest on January-13-2021
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

Code answers related to "how to find out if package is installed in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language