红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

How to install .deb file on ubuntu

How to install .deb file on ubuntu

The following passage is based on the Ubuntu Official Website

Actually the .deb file is meaning Debian Package because ubuntu is based on Debian OS.

There are two ways for you to install Debian Package.The First way is rather simple that what you should do is just to doucle-click the package,then a package installer will show up,click the “install package” button.If you have a missing dependency,it will inform you of that.Don’t worry about it ,just download the new version available from the respositories!
Another way to install a Debian package is to use the command line,just like this:
sudo dpkg -i *.deb

TOP

发新话题