centos离线状态下解决依赖问题
系统1 centos7.2, 系统2 centos7.2
使用工具 yum
- 在系统1 中使用命令 yum install --downloadonly --downloaddir=./ python-devel
2. 把下载的安装包放到要安装依赖的系统2上
- 跳转到安装包目录 运行命令 yum localinstall -y ./*.rpm
centos离线状态下解决依赖问题
系统1 centos7.2, 系统2 centos7.2
使用工具 yum