Answers for "ubuntu apt search for package"

2

apt search installed package

#check if a given package is installed
apt list --installed | grep <package/keyword>
Posted by: Guest on June-23-2021
0

ubuntu search package

apt-cache search [name, keywords]
Posted by: Guest on January-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language