Pages

Showing posts with label deb. Show all posts
Showing posts with label deb. Show all posts

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