Tag: dpkg
-
Check if a program (ex: Chrome) is installed
This command works in systems running apt . With dpkg you can list all packages installed and the output is filtered with grep. dpkg −l | grep chrome
This command works in systems running apt . With dpkg you can list all packages installed and the output is filtered with grep. dpkg −l | grep chrome