-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
https://chanrevival.github.io/2024/11/26/%E4%BD%BF%E7%94%A8yum%E4%B8%8B%E8%BD%BDrpm%E5%8C%85/
使用yum下载rpm包使用yum下载rpm包的命令是: 1yum install --downloadonly --downloaddir=/tmp 请注意,如果下载的包包含未满足的依赖关系,yum将会下载所有依赖关系的包,但不会进行安装。 另外,对于CentOS/RHEL 6或更早期版本,需要安装一个名为yum-plugin-download
Reactions are currently unavailable