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
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