我在运行Ubuntu18.10的笔记本电脑上安装.deb软件包时遇到了一些问题
我对Linux完全陌生,所以请解释一下。
首先,我通过火狐下载了一些.deb包,然后双击一个,就启动了。
我按了“安装”键,然后它问我输入的密码。
起初,它只是返回到安装按钮,但现在,在尝试了许多终端命令后,它只是显示了一个进度条,保持在0%。
就像我说的,我尝试了很多在谷歌搜索后发现的命令。我也尝试过安装Gdebi,但是这导致了下面的错误,我无法用Googling解决这个错误:
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,我还幸运地在一个多引导系统中。
发布于 2019-02-26 12:49:30
在终端中运行sudo apt --fix-broken install。
然后你就可以安装gdebi了。
https://askubuntu.com/questions/1121389
复制相似问题