Posts Tagged ‘linux’

Posted in Computer, Tips at 9:23 pm May 29, 2007

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, [...]

Read the rest of this entry »