红联Linux门户
Linux帮助

Ubuntu 16.04无法安装软件解决办法

发布时间:2016-04-30 10:38:02来源:linux网站作者:JohntoString

试图双击deb文件进行安装,点击install 按钮,提示“This software comes from a 3rd party and may contain non-free components”。


解决办法:

打开Terminal,输入以下命令:

sudo apt install gdebi

安装完成后,将deb文件默认打开方式设为gdebi:

右键点击deb文件,打开properties,选择open with,选中GDebi Package Installer. 并Set as default。

OK. 双击运行deb,接下来你懂的。


本文永久更新地址:http://www.linuxdiyf.com/linux/20235.html