解决Yum安装依赖问题

导读 最近在网上看到很多关于安装网络Yum源是报错的求助,本小白也曾遇到过此类问题,后找过度娘没有有效的解决办法。最后,经过几番尝试后终于解决,现在将解决方案共享给大家!

Yum源及安装

安装过程在之前就有大牛讲过了!这里就不做阐述了。具体可以参考:

Redhat 7使用CentOS 7的Yum网络源

问题阐述

按照上述方法安装,应该是不会有问题的。但是本小白在安装的时候出错了!

[[email protected]~]# rpm -ivh yum-fastestmirror-1.1.26-11.el6.centos.noarch.rpm

error: Failed dependencies:
yum >= 3.0 is needed by yum-fastestmirror-1.1.26-11.el6.centos.noarch

[[email protected]~]# rpm -ivh yum-3.2.27-14.el6.centos.noarch.rpm

error: Failed dependencies:
yum-fastestmirror is needed by yum-3.2.27-14.el6.centos.noarch

反复操作后仍然无果……,实在没有办法决定暂时不处理。

问题解决

后来,在网上无意看到rpm后添加两个文件执行,决定自己尝试一下:

[[email protected] rpm]# rpm -ivh yum-3.2.27-14.el6.centos.noarch.rpm yum-fastestmirror-1.1.26-11.el6.centos.noarch.rpm

随后看到的结果:

Preparing...                ########################################### [100%]
   1:yum-fastestmirror      ########################################### [ 50%]
   2:yum                    ########################################### [100%]

至此Yum安装过程中被需要问题解决了!
以上为本小白自己试验尝试的结果,如有不正确还请各位大牛指正!

本文原创地址:http://www.linuxprobe.com/yum-error-solve.html

时间: 2024-09-29 19:42:39

解决Yum安装依赖问题的相关文章

【转】解决yum安装软件报Couldn't resolve host 'mirrorlist.centos.org问题

转自:http://blog.51cto.com/oldcat1981/1719825 今天在linux环境通过yum安装软件报了以下错误: [[email protected] yum.repos.d]# yum install ncurses devel -y Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http

解决 yum安装时报错 Error: Protected multilib versions: 报错

系统中缺少一个lib库 libz.so.1文件,使用yum安装会自动找到相关的rpm包,如下命令 # yum -y install libz.so.1 Resolving Dependencies --> Running transaction check ---> Package zlib.i686 0:1.2.3-29.el6 will be installed --> Finished Dependency Resolution Error: Protected multilib

解决yum安装过程中断导致后续使用yum始终提示有未完成事务的问题

今天在用yum装软件的时候手贱点了ctrl+c,在后面使用yum的时候始终提示:There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them. 意思是说有未完成的yum事务,建议先运行yum-complete-transaction命令清除 解决办法:安装 yum-complete-transaction,提示中已经给出了这

yum 安装 依赖报错

今天使用yum安装的时候 报错: Error: Multilib version problems found. This often means that the root cause 应该是yum依赖报错 使用yum命令的时候加上这个选项即可. --setopt=protected_multilib=false

解决yum安装报错Protected multilib versions

今天在云服务器上装nginx,需要先安装一些依赖库比如zlib, ,但是安装zlib时候报错. yum install -y zlib zlib-devel1 (-y 指的是如果需要选yes no的自动y)下面是报错 Protected multilib versions: zlib-1.2.7-17.el7.x86_64 != zlib-1.2.7-15.el7.i68612 原因是因为多个库不能共存,不过更新的话也并不行,但是可以在安装命令后面加上 --setopt=protected_mu

解决yum安装ftp提示仓库 的 GPG 密钥已安装,但是不适用于此软件包。

遇到的问题: 在linux系统使用yum install ftp安装ftp,报以下错误 warning: rpmts_HdrFromFdno: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY Retrieving key from http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-7 仓库 "CentOS-6 - Base - mirrors.aliyun.com" 的 GP

redhat7.2解决yum安装 mysql-server没有可用包的问题

第一步:下载这个包,命令为: wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm 第二步:安装,命令: rpm -ivh mysql-community-release-el7-5.noarch.rpm 第三步:检查安装是否成功,出现一下两个包就可以: ls -1 /etc/yum.repos.d/mysql-community* 第四步:安装mysql-server就可以了 #yum install mysql

解决apache安装依赖包 apr、apr-util、pcre

从 http://apr.apache.org 下载apr-1.4.6.tar.gz和apr-util-1.5.1.tar.gz从http://www.pcre.org/ 下载pcre-8.32.tar.gz(版本不一定非要下载此版本)·先装gcc和makeyum -y install gccyum -y install makeyum -y install gcc-c++ 没有这个gcc-c++一会编译不prceyum -y install expat-devel 这个不装apr-util无法

解决yum安装时 Cannot retrieve repository metadata (repomd.xml) for repository

打开/etc/yum.repos.d/CentOS6-Base-163.repo 将下面的baseUrl的地址换成网上最新 # CentOS-Base.repo## The mirror system uses the connecting IP address of the client and the# update status of each mirror to pick mirrors that are updated to and# geographically close to t