Linux发行版镜像下载
Redhat下载
- 官方(可能需要注册) https://developers.redhat.com/products/rhel/download
- 网友分享:百度云盘 https://pan.baidu.com/s/1xHxBgsfjEoaVmyssJJqkeA 提取码: king
- 天翼云盘 https://cloud.189.cn/t/IraMjeeima22 (访问码:36jc)
- https://www.linuxprobe.com/tools
其他镜像网站
- 清华镜像 https://mirrors.tuna.tsinghua.edu.cn/
- 中科大 http://mirrors.ustc.edu.cn/
- 阿里巴巴镜像 https://developer.aliyun.com/mirror/
- 网易镜像: http://mirrors.163.com/
Redhat镜像源配置
#方法1:使用开发者订阅(BaseOS、AppStream 和 CodeReady Builder 存储库;无EUS订阅)。下方为在developers.redhat.com注册的账号密码
subscription-manager register --username=xxx --password=xxxx --auto-attach
subscription-manager repos --disable rhel-8-for-x86_64-appstream-eus-source-rpms
yum clean all
yum makecache
#方法2:配置阿里云centos镜像(下载配置包到指定目录)
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
##或
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo
yum makecache
#方法3:使用rpm安装,例如安装yum
rpm -ivh --nodeps https://mirrors.aliyun.com/centos/8/BaseOS/x86_64/os/Packages/yum-4.7.0-4.el8.noarch.rpm
作者:阿成儿
出处:https://www.cnblogs.com/achenger/p/15780659.html
版权:本作品采用「署名-非商业性使用-相同方式共享 4.0 国际」许可协议进行许可。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了