0
点赞
收藏
分享

微信扫一扫

centos离线状态下解决依赖问题

妖妖妈 2022-02-11 阅读 81

centos离线状态下解决依赖问题
系统1 centos7.2, 系统2 centos7.2
使用工具 yum

  1. 在系统1 中使用命令 yum install --downloadonly --downloaddir=./ python-devel
    在这里插入图片描述2. 把下载的安装包放到要安装依赖的系统2上
  2. 跳转到安装包目录 运行命令 yum localinstall -y ./*.rpm
举报

相关推荐

0 条评论