Bug 4054 - 缺少依赖库python3-psutil
Summary: 缺少依赖库python3-psutil
Status: RESOLVED FIXED
Alias: None
Product: Anolis OS 7
Classification: Anolis OS
Component: OsMigration (show other bugs) OsMigration
Version: 7.9
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: yunqi-zwt
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-14 15:16 UTC by zuoshichun
Modified: 2023-02-15 09:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zuoshichun 2023-02-14 15:16:16 UTC
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:
Comment 1 zuoshichun 2023-02-15 09:59:30 UTC
添加epel源,可解决。
yum install epel-release -y