Answers for "how to check installed packages in linux command"

2

how to check installed apps in ubuntu

apt list --installed | grep program_name
Posted by: Guest on April-28-2020
-1

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 check installed packages in linux command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language