借鉴:https://blog.csdn.net/hongbin_xu/article/details/79316614
仅供参考
流程:
1. 删除redhat系统自带的yum软件包;
2. 自行下载所需要的软件包;
3. 根据依赖项安装;
4. 新建repo配置文件。
卸载:rpm -qa | grep yum | xargs rpm -e --nodeps
下载安装包路径:https://mirrors.aliyun.com/centos/7/os/x86_64/Packages/
安装:
rpm安装: rpm -ivh <name>
rpm更新:rpm -Uvh <name>
--nodeps 安装时不检查依赖关系;
--force 强制安装。
建议一个一个的安装方式:rpm -ivh <filename>,不建议使用 rpm -ivh yum*
创建:xxx.repo 文件
内容比如:
#CentOS-ali.repo
#
# The mirror system uses the connecting IP add