Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. centos7.9最简安装 2. 按照文档,从社区 yum 源(mirrors.openanolis.cn) 安装迁移工具 3. yum -y install centos2anolis Actual results: ..... ---> 软件包 libxml2.x86_64.0.2.9.1-6.el7_9.6 将被 更新 ---> 软件包 python-chardet.noarch.0.2.2.1-3.el7 将被 安装 --> 解决依赖关系完成 错误:软件包:centos2anolis-0.2-16.noarch (migration) 需要:python3-psutil 您可以尝试添加 --skip-broken 选项来解决该问题 您可以尝试执行:rpm -Va --nofiles --nodigest Expected results: Additional info:
添加epel源,可解决。 yum install epel-release -y