利用wget批量下载http目录下文件,下载yum源,http下rpm文件

本文介绍了如何利用wget工具,不创建目录并仅下载指定层级的RPM文件,包括阿里云和网易的CentOS 7.6.1810 OS的yum源。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

wget -nd -r -l1  -A.rpm --no-parent http://mirrors.aliyun.com/centos/7.6.1810/os/x86_64/Packages/ -e robots=off

wget -nd -r -l1  -A.rpm --no-parent http://mirrors.163.com/centos/7.6.1810/os/x86_64/Packages/ -e robots=off

wget -nd -r -nc -p -A.rpm --no-parent http://mirrors.aliyun.com/epel/7/x86_64/Packages/ -e robots=offcd

-nd 不创建目录, wget默认会创建一个目录
-r 递归下载
-l1 (L one) 递归一层,只下载指定文件夹中的内容, 不下载下一级目录中的.
–no-parent 不下载父目录中的文件

-p 下载网页所需的所有文件,如图片等 
 

-nc:下载时跳过已经存在的文件

-e robots=off 忽略robots

下载阿里yum源 打开内容如下

 

[base]
name=CentOS-$releasever - Base - mirrors.aliyun.com
failovermethod=priority
baseurl=http://mirrors.aliyun.com/centos/$releasever/os/$basearch/
        http://mirrors.aliyuncs.com/centos/$releasever/os/$basearch/
        http://mirrors.cloud.aliyuncs.com/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值