Answers for "check a package is installed ubuntu"

22

how to find installed packages in ubuntu

apt list --installed
Posted by: Guest on November-23-2019
3

ubuntu see if package is installed

dpkg -l {package_name}
Posted by: Guest on January-13-2021

Code answers related to "check a package is installed ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language