Pages

Monday, December 3, 2012

Run .deb in Ubuntu

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

No comments:

Post a Comment