首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >损坏的安装不修复依赖项。

损坏的安装不修复依赖项。
EN

Ask Ubuntu用户
提问于 2022-07-15 10:44:40
回答 1查看 102关注 0票数 1

我正在尝试安装sdrangel。dpkg告诉我,存在未满足的依赖关系。我试过sudo apt install -f。它删除了我试图安装的软件包,并且没有错误消息就退出了。

代码语言:javascript
运行
复制
markos@elitebook:~/Downloads/sdrangel-1550-master$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  sdrangel
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 74,9 MB disk space will be freed.
Do you want to continue? [Y/n] 
(Reading database ... 269227 files and directories currently installed.)
Removing sdrangel (7.4.0-1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
Processing triggers for libc-bin (2.35-0ubuntu3) ...
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...

这种情况一直在发生,我在网上找不到解决办法。我该怎么解决这个问题。

EN

回答 1

Ask Ubuntu用户

发布于 2022-07-15 10:52:32

apt --fix-broken正在做本应该做的事情。它移除无法安装在系统中的包,因为它具有无法安装的依赖项。

虽然SDrangel 开发人员不直接支持它,但您可以尝试通过snap安装SDrangel,如解释的这里

票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1418856

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档