Useful Ubuntu developer commands

List all your installed packages:

dpkg --get-selections | grep -v deinstall

Install a new package:

apt-get install qt4-qmake

Remove an installed package:

apt-get remove qt4-qmake

Managing x11vnc:

sudo pkill -f x11vnc
sudo start xllvnc

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.