Answers for "how to search for packages by name in linux"

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
0

How do i search for available packages from the command-line

apt-cache search [name] | less
Posted by: Guest on July-31-2021

Code answers related to "how to search for packages by name in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language