1、How do I install .deb file?
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 /tmp
$ sudo dpkg -i package.deb
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 /tmp
$ sudo dpkg -i package.deb
转载于:https://www.cnblogs.com/cwzhang/archive/2013/01/03/2842857.html