解决rpm conflicts with file from package问题

本文详细介绍了在Linux环境下,使用rpm命令安装Python2.7.9版本时遇到的版本冲突问题,并提供了两种解决方案:一是卸载冲突的旧版本,二是使用--replacefiles参数强制替换。文章还涉及了依赖关系处理和具体命令行操作。
[root@harbor opt]# rpm -ivh python27-2.7.9-1.x86_64.rpm
准备中...                          ################################# [100%]
    file /usr/bin/python2.7 from install of python27-2.7.9-1.x86_64 conflicts with file from package python-2.7.5-76.el7.x86_64
    file /usr/share/man/man1/python2.7.1.gz from install of python27-2.7.9-1.x86_64 conflicts with file from package python-2.7.5-76.el7.x86_64
    file /usr/bin/python2.7-config from install of python27-2.7.9-1.x86_64 conflicts with file from package python-devel-2.7.5-76.el7.x86_64
    file /usr/include/python2.7/pyconfig.h from install of python27-2.7.9-1.x86_64 conflicts with file from package python-devel-2.7.5-76.el7.x86_64

方法一

yum -y remove python-2.7.5-76.el7.x86_64
卸载掉冲突的文件,安装新的文件。如果由于由于依赖关系导致要卸载很多软件,那可以优先考虑下一个方法。

方法二

rpm -ivh python27-2.7.9-1.x86_64.rpm --replacefiles
安装的时候增加--replacefiles参数,但是不知道在yum里如何实现。

--replacepkgs 强制重新安装已经安装的软件包
--replacefiles 替换属于其它软件包的文件
rpm -e --nodeps python27-2.7.9-1.x86_64.rpm 强制删除包

转载于:https://www.cnblogs.com/robert871126/p/10772877.html

Transaction check error: file /usr/lib64/mysql/libmysqlclient.so.20.3.31 from install of mysql-wsrep-libs-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-libs-5.7.44-1.el7.x86_64 file /usr/bin/mysql from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysql_config_editor from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqladmin from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqlbinlog from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqlcheck from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqldump from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqlimport from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqlpump from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqlshow from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/mysqlslap from install of mysql-wsrep-client-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-client-5.7.44-1.el7.x86_64 file /usr/bin/innochecksum from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/lz4_decompress from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/my_print_defaults from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/myisam_ftdump from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/myisamchk from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/myisamlog from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/myisampack from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysql_install_db from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysql_plugin from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysql_secure_installation from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysql_ssl_rsa_setup from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysql_tzinfo_to_sql from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysql_upgrade from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/mysqld_pre_systemd from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/perror from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/replace from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/resolve_stack_dump from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/resolveip from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/bin/zlib_decompress from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib/systemd/system/mysqld.service from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib/systemd/system/mysqld@.service from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/adt_null.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/adt_null.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/auth_socket.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/auth_socket.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/authentication_ldap_sasl_client.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/authentication_ldap_sasl_client.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/connection_control.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/connection_control.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/group_replication.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/group_replication.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/ha_example.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/ha_example.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/innodb_engine.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/innodb_engine.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/keyring_file.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/keyring_file.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/keyring_udf.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/keyring_udf.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/libmemcached.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/libmemcached.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/locking_service.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/locking_service.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/mypluglib.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/mypluglib.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/mysql_no_login.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/mysql_no_login.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/mysqlx.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/mysqlx.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/rewrite_example.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/rewrite_example.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/rewriter.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/rewriter.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/semisync_master.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/semisync_master.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/semisync_slave.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/semisync_slave.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/validate_password.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/validate_password.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/debug/version_token.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/lib64/mysql/plugin/version_token.so from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/sbin/mysqld from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/sbin/mysqld-debug from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/share/mysql/fill_help_tables.sql from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 file /usr/share/mysql/mysql_system_tables.sql from install of mysql-wsrep-server-5.7-5.7.44-25.36.el7.x86_64 conflicts with file from package mysql-community-server-5.7.44-1.el7.x86_64 错误概要 -------------
最新发布
08-26
Transaction check error: file /usr/share/mysql/charsets/Index.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/README from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/armscii8.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/ascii.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp1250.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp1251.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp1256.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp1257.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp850.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp852.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/cp866.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/dec8.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/geostd8.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/greek.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/hebrew.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/hp8.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/keybcs2.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/koi8r.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/koi8u.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/latin1.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/latin2.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/latin5.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/latin7.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/macce.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/macroman.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /usr/share/mysql/charsets/swe7.xml from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-common-5.7.18-1.el5.x86_64 file /etc/my.cnf from install of MariaDB-common-10.5.26-1.el7.centos.x86_64 conflicts with file from package mysql-community-server-5.7.18-1.el5.x86_64 错误概要 -------------
06-07
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值