yum install报错“Transaction check erro"

在yum install 安装软件的过程中,报如下错误:
Transaction check error:
file /usr/bin/docker from install of docker-ce-17.12.1.ce-1.el7.centos.x86_64 conflicts with file from package docker-common-2:1.12.6-71.git3e8e77d.el7.centos.1.x86_64
file /usr/bin/docker-containerd from install of docker-ce-17.12.1.ce-1.el7.centos.x86_64 conflicts with file from package docker-common-2:1.12.6-71.git3e8e77d.el7.centos.1.x86_64
file /usr/bin/docker-containerd-shim from install of docker-ce-17.12.1.ce-1.el7.centos.x86_64 conflicts with file from package docker-common-2:1.12.6-71.git3e8e77d.el7.centos.1.x86_64
file /usr/bin/dockerd from install of docker-ce-17.12.1.ce-1.el7.centos.x86_64 conflicts with file from package docker-common-2:1.12.6-71.git3e8e77d.el7.centos.1.x86_64

Error Summary

  在安装的过程中,说明和着色的软件冲突,需要卸载上面的软件包,然后重新安装。

原文地址:http://blog.51cto.com/zengwj1949/2083468

时间: 2024-11-10 11:12:13

yum install报错“Transaction check erro"的相关文章

yum update 报错Transaction Check Error

Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Check Error: file /sbin/hwclock from install of util-linux-2.13-0.59.el5_8.x86_64 conflicts with file from package owlutil-linux-4.0-1.x86_64 file /etc/iscsi/iscsi

yum install 报错[Errno 14] curl#37 - Couldn't open file /mnt/repodata/repomd.xml

1.然后按照网上的一些修改,先是执行: yum cleam all 然后 yum makecache,问题还是没解决,继续报错. 其实这两条命令就是清空缓存,然后再重新缓存的意思,有时候可能有效. 2.然后又尝试了方法,说是DNS的问题,上不了网.又去改了DNS(可以去尝试尝试,因为不同人遇到问题不一样). 如果是绑定了静态地址,直接修改/etc/resolv.conf   这个文件下的DNS是没有用的,因为你执行命令service network restart 会恢复.所以要修改网卡的配置文

<问题解决01>Linux虚拟机使用命令yum install 报错--解决方案如下:

问题描述: Linux虚拟机上使用yum install命令报错,错误为:Determining IP information for eth0- failed; no link present. eth0 解决方案: 解决方案来源博客地址:http://blog.csdn.net/refuil/article/details/50771677 根本原因是,win7物理机的两个服务没有启动,如果是这样,可以做如下修改: 开始-控制面板-管理工具-服务,找到VMwareDHCP Service和V

CentOS 7 Yum install * 报错

1.修改vim /etc/yum.repos.d/CentOS-Base.repo ,把http协议修改为https 2. cat /etc/redhat-release 查询CentOS版本安装对应版本的epel CentOS7使用yum需要安装epel epel安装 sudo yum install -y epel-release stress安装 sudo yum install -y stress查询yum list installed|grep epel 最后输入:stress --v

安装 glusterfs yum源报错

yum install glusterfs-server yum 一直报错 把/etc/yum.repos.d 备份 删除了所有文件,从测试机192..168.59.128上同步过来 一直报错 已加载插件:fastestmirrorbase | 3.6 kB 00:00:00 http://mirror.centos.org/%24contentdir/7/storage/x86_64/gluster-4.1/repodata/repomd.xml: [Errno 14] HTTP Error

yum损坏报错: Error accessing file for config file:///h

yum损坏报错: CRITICAL:yum.cli:Config Error: Error accessing file for config file:///home/linux/+ wget http://yum.baseurl.org/download/3.2/yum-3.2.28.tar.gz 下载完成之后解压 tar -zxvf yum-3.2.28.tar.gz -C ./ 进入到 yum目录 cd yum-3.2.28 创建配置文件 touch /etc/yum.conf 安装yu

pip install报错Can't roll back cryptography; was not uninstalled

当使用pip install或者pip install --upgrade报错 Can't roll back cryptography; was not uninstalled 可以进行以下的尝试: sudo apt-get install libssl-dev libffi-dev 之后再继续php install pip install报错Can't roll back cryptography; was not uninstalled

python2.7.6 , setuptools pip install, 报错:UnicodeDecodeError:'ascii' codec can't decode byte

今天折腾了一天,安装pyspider,由于依赖包众多,而且搜索到所有信息多是在linux平台和mac平台下的安装教程.可怜我试了n多版本,一直不成功. 最后发现有人说python的版本,不能低于2.7.6,否则pycurl无法安装成功,一查我的是2.7.2. 好吧,卸载,重新安装python2.7.6. 似乎安装后,能够顺利安装pycurl了,但是easy_install 报错信息与编码相关: 在网上搜索找到解决方案:http://www.360doc.com/content/14/0508/0

Eclipse中mvn install 报错error in opening zip file

报错信息 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project wms: Compilation failure [ERROR] Failure executing javac, but could not parse the error: [ERROR] 错误: 读取C:\Users\Administrato