我是靠谱客的博主 乐观柜子,最近开发中收集的这篇文章主要介绍一键下载Ceph官方repo源的所有rpm包,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

一、一键下载ceph的x86_64的rpm包
外网的下载速度慢得绝望(注意:由于ceph-debuginfo的rpm包上G,所以建议略过):

wget -O index.html https://download.ceph.com/rpm-nautilus/el7/x86_64
sed -i "/ceph-debuginfo/d" index.html
wget -i index.html -F -B https://download.ceph.com/rpm-nautilus/el7/x86_64

163的下载速度,高开低走(163已经鸡贼地略去了ceph-debuginfo的rpm包):

wget -O index.html http://mirrors.163.com/ceph/rpm-nautilus/el7/x86_64
wget -i index.html -F -B http://mirrors.163.com/ceph/rpm-nautilus/el7/x86_64

阿里云的下载速度,相对稳定(注意:由于ceph-debuginfo的rpm包上G,所以建议略过):

wget -O index.html http://mirrors.aliyun.com/ceph/rpm-nautilus/el7/x86_64
sed -i "/ceph-debuginfo/d" index.html
wget -i index.html -F -B http://mirrors.aliyun.com/ceph/rpm-nautilus/el7/x86_64/?spm=a2c6h.25603864.0.0.63f04373LgxL72


二、一键下载ceph的noarch的rpm包

wget -O index.html http://mirrors.aliyun.com/ceph/rpm-nautilus/el7/noarch
wget -i index.html -F -B http://mirrors.aliyun.com/ceph/rpm-nautilus/el7/noarch/?spm=a2c6h.25603864.0.0.63f04373EccWtC

最后

以上就是乐观柜子为你收集整理的一键下载Ceph官方repo源的所有rpm包的全部内容,希望文章能够帮你解决一键下载Ceph官方repo源的所有rpm包所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(59)

评论列表共有 0 条评论

立即
投稿
返回
顶部