原文:ubuntu server 12.04安装任何软件都出现the following packages have unmet dependencies的解决方法

虽然目前没太弄清这到底是怎么回事,但是暂时可以给出一个解决的方法, 如果在安装任何软件都会出现这个问题,那么尝试着输入sudo apt get install f试一下。 在该命令执行完成后,我这边再安装软件就不再提示有依赖问题了。 ...

2014-05-30 17:52 0 5651 推荐指数:

查看详情

Linux解决The following packages have unmet dependencies

1 安装包的时候出现如下情况(缺少依赖): 2 解决方案: 尝试多种方法无果,最终借助一个强大的包管理工具(aptitude)终于成功了!!! 2.1 安装aptitude: sudo apt-get install aptitude2.2 安装成功后,再利用 ...

Tue Jan 11 18:44:00 CST 2022 0 2772
The following packages have unmet dependencies:

root@ubuntu:~# apt-get install open-iscsiReading package lists... DoneBuilding dependency treeReading state information... Doneopen-iscsi is already ...

Fri Aug 24 06:18:00 CST 2018 0 2312
the following packages have unmet dependencies

sudo aptitude update sudo aptitude install build-essential 然后问题就可以解决,再接着就可以使用apt-get安装少的库了。 转:https://blog.csdn.net/fengmm521/article/details ...

Mon Mar 30 23:52:00 CST 2020 0 879
解决 apt-get the following packages has unmet dependencies 问题

安装vpn遇到以下问题: 显示flinux print util和openconnect存在依赖库的冲突 此时尝试安装新的tk、vpnc-scripts、libopenconnect5,尝试apt-get upgrade也失败,又不敢卸载冲突的库,因为它很可能是系统组件的一部分 ...

Mon Sep 03 16:44:00 CST 2018 0 789
安装ROS报错:The following packages have unmet dependenctes:

在software&update里面把所有的更新都打开,再sudo apt update再安装即可,安装完后如果rosdep init或者rosdep update失败,报错为各种网站打不开什么的,很有可能是因为github被墙了,自己想办法吧 ...

Tue Apr 28 18:29:00 CST 2020 1 850
解决Ubuntu 18.04安装软件时的“unmet dependencies”问题

Ubuntu 18.04安装软件时,会遇到类似下面的问题 根据提示,逐步安装“Depends”后提示的软件包。最后,Ubuntu 18.04会安装要求的软件包,并删除冲突的软件包。 下面是根据这个办法,安装libvtk7-dev的过程。 另外,也可以使用命令“aptitude ...

Fri Jan 21 17:42:00 CST 2022 0 1569
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM