Tag: apt
- 
Check if a program (ex: Chrome) is installedThis 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 
- 
Installing Lamp on UbuntuSome 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