Answers for "list app in ubunntu"

30

how to check the list of all applications in ubuntu

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

how to check the list of all applications in ubuntu

# nginx is a filter name
apt list | grep nginx
Posted by: Guest on January-02-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language