apt-get install 报错解决办法: Unmet dependencies. Try 'apt-get -f install' with no packages

简介:

oot@roto-virtual-machine:/etc/apt# apt-get install redis-server

Reading package lists... Done

Building dependency tree

Reading state information... Done

You might want to run 'apt-get -f install' to correct these:

The following packages have unmet dependencies:

nova-volume : Depends: nova-common (= 2012.1.3+stable-20120827-4d2a4afe-0ubuntu1.4) but 2012.1.3+stable-20130423-e52e6912-0ubuntu1.1 is to be installed

E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).


解决办法:

root@roto-virtual-machine:/etc/apt# dpkg --purge nova-volume



本文转自 swq499809608 51CTO博客,原文链接:http://blog.51cto.com/swq499809608/1320144

相关文章
|
6月前
yum install、localinstall和groupinstall区别
yum install、localinstall和groupinstall区别
|
存储 Prometheus Kubernetes
install victoriametrics in k8s
install victoriametrics in k8s
install victoriametrics in k8s
|
3天前
|
存储 Scala 索引
【零碎知识】pip install 与 conda install 的区别
【零碎知识】pip install 与 conda install 的区别
34 0
|
3天前
|
Unix Linux Python
sudo python -m pip install --upgrade pip
sudo python -m pip install --upgrade pip是一个用于升级Python包管理器pip的命令。这个命令由pip模块提供,它是一个Python包管理器,用于安装、升级和删除Python软件包。--upgrade选项表示要执行升级操作。
53 1
|
6月前
|
Ubuntu 安全
ubuntu sudo apt-get upgrade 和 sudo apt-get dist-upgrade区别
ubuntu sudo apt-get upgrade 和 sudo apt-get dist-upgrade区别
|
Ubuntu
Ubuntu20.04安装软件报错:The following packages have unmet dependencies
Ubuntu20.04安装软件报错:The following packages have unmet dependencies
859 0
Ubuntu20.04安装软件报错:The following packages have unmet dependencies
|
Linux
Centos下pip3 install pycrypto安装失败的解决办法
Centos下pip3 install pycrypto安装失败的解决办法
1491 0
Centos下pip3 install pycrypto安装失败的解决办法