Answers for "how to check the installed packages from cmd"

0

How to list all installed packages

apt list --installed
Posted by: Guest on June-29-2021
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 check the installed packages from cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language