Saturday, February 21, 2009

How to install .deb packages?

To install package called package.deb type the following command:
1) Go to directory where package.deb is kept. For example if it is in /tmp directory:
$ cd /tmp
2) Type the following command:
$ sudo dpkg -i package.deb

No comments: