无法在Ubuntu 16.04“等待安装”中安装apt-install


8

今天,我安装了Ubuntu 16.04。我可以在Ubuntu软件中安装所有软件。但安装时未以官方包装提供。Ubuntu显示如下:

This software comes from a 3rd party and may contain non-free components.

单击按钮,Install但没有任何反应。

在左启动栏中显示图标?如果进程栏未运行,则此进程名称: waiting to install

它似乎并没有完成,我等待安装chrome or nylas n1,....45分钟,但没有任何反应。

我尝试使用终端安装。Git-core,mc,vim可以完美安装,但其他软件不起作用。


有一个类似的问题
Corey

Answers:


8

我在使用Ubuntu 16.04的Ubuntu软件时遇到了同样的问题,但是与此同时,我通过“ GDebi Package Installer”找到了一种简单的GUI解决方法,因此您不必在所有.deb软件包中都摆弄CLI。 ll捕获所有依赖项,因此您不必担心强制apt-get安装。

  1. 运行“ sudo apt-get install gdebi”
  2. 在Nautilus中,右键单击您的.deb文件,然后选择“打开方式”->“ GDebi软件包安装程序”
  3. 选择“安装软件包”进行安装。

在此处找到信息:https : //unix.stackexchange.com/questions/159094/install-from-a-deb-file-by-dpkg-i-or-by-apt


非常感谢你。我有另一种方法可以解决此问题。从较新版本的Ubuntu Software Center中,搜索关键字“ Ubuntu Software Center”并进行安装。>右键单击以.deb文件,然后打开方式> Ubuntu Software。
vanloc '16
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.