Ubuntu 11.04解决“The package is of bad quality”问题

在Ubuntu 11.04中,安装deb软件包的时候会遇到错误提示:

The package is of bad quality

The installation of a package which violates the quality standards isn’t allowed. This could cause serious problems on your computer. Please contact the person or organisation who provided this package file and include the details beneath.

在安装过程中会很烦人哟,虽然不经常出现,但总是问题。解决这个除非修正deb软件包。另外一个方法就是不通过“Ubuntu软件中心”安装deb包,而是通过其他途径如如命令dpkg或Gdebi。

注意,有些软件包确实是很糟糕,但大多数还是质量可靠的,只是存在少量问题。这样安装也是存在风险的。#1 通过dpkg 安装.deb包

加入下载的.deb包存放在~/Downloads文件夹下,,就可以使用命令来安装.deb包了:

cd ~/Downloadssudo dpkg -i *.debsudo apt-get install -f

(最好的那行命令是安装依赖)

第一个青春是上帝给的;第二个的青春是靠自己努力的

Ubuntu 11.04解决“The package is of bad quality”问题

相关文章:

你感兴趣的文章:

标签云: