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
Some apt and tasksel magic. If you want to have an apache server with mysql and php ready to work in ubuntu is as easy as:
sudo apt-get install tasksel
sudo tasksel install lamp-server