linux从一点一滴开始!

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

 

posted @ 2013-01-03 13:10  icwzhang  阅读(114)  评论(0编辑  收藏  举报