I found this page today that finally helped me understand how to install applications in Linux: HOWTO: Use dpkg to Install .deb Files:
To install a .deb file, become root and use the command:
dpkg -i filename.deb
In order for me to run the command as root, I was supposed to use:
sudo dpkg -i filename.deb
However, [...]








