我在运行 Ubuntu 18.10 的笔记本电脑上安装 .deb 包时遇到一些问题,
我对 Linux 完全陌生,所以请解释一下。
首先,我通过 Firefox 下载了一些 .deb 包,然后我只需双击其中一个,Ubuntu 软件中心就会启动。
我按下“安装”,然后它要求我输入密码。
起初它只会返回到“安装”按钮,但现在在尝试了很多终端命令后,它只显示一个停留在 0% 的进度条。
就像我说的,我尝试了很多通过谷歌搜索找到的命令。我还尝试安装 Gdebi,但结果出现了以下错误,我无法通过谷歌搜索解决:
dirk@Ubuntu-L:~$ sudo apt-get install gdebi
[sudo] password for dirk:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
discord : Depends: libatomic1 but it is not going to be installed
Depends: libgconf-2-4 but it is not going to be installed
Depends: libappindicator1 but it is not going to be installed
Depends: libc++1
gdebi : Depends: gdebi-core (= 0.9.5.7+nmu2) but it is not going to be installed
Depends: gnome-icon-theme but it is not going to be installed
Recommends: libgtk2-perl but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
基本上我需要帮助安装 .deb 软件包。“普通”的 Ubuntu 似乎无法工作,我发现这是使用 Gdebi 解决方案的常见问题。但 Gdebi 似乎也不适合我。
目前我几乎要重新安装我的整个 Ubuntu 系统,希望它能正常工作。或者只是回到 Windows,幸运的是,我还有多重启动。
答案1
sudo apt --fix-broken install
在终端中运行。
然后就可以安装gdebi了。