我在运行 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,幸运的是我仍然在多重引导中。
sudo apt --fix-broken install
在终端中运行。然后就可以安装gdebi了。