Answers for "check if apt is installed"

30

check installed packages apt-get

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

apt check if package is installed

dpkg -l | grep package-name
Posted by: Guest on January-09-2022

Code answers related to "check if apt is installed"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language