yum离线包下载安装

离线rpm

yum install -y vim nano htop net-tools wget curl git traceroute mtr nmap tcpdump telnet nc tree psmisc procps-ng lsof lshw dmidecode lscpu lsblk lspci parted gdisk fdisk smartmontools ncdu zip unzip bzip2 xz gcc make cmake openssh-server openssh-clients chrony logrotate cronie yum-utils bash-completion tmux screen

tar -zcvf

1

Createrepo filepath

2

cat > "/etc/yum.repos.d/1".repo << EOF

offline

name=Offline Local Repository

baseurl=file://filepath

enabled=1

gpgcheck=0

priority=1

protect=0

metadata_expire=never

skip_if_unavailable=0

EOF

mkdir -p /etc/yum.repos.d/backup

4

.

mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/backup/ 2>/dev/null || true

mv "1.repo" /etc/yum.repos.d/

sudo yum clean all

sudo yum makecache

相关推荐
月昤昽3 天前
ArchLinux更新遇到的GPG签名验证问题
linux·bash·archlinux
IMPYLH5 天前
Linux 的 sum 命令
linux·运维·服务器·chrome·python·bash
IMPYLH5 天前
Linux 的 sync 命令
linux·运维·服务器·python·bash·运维开发
Soari5 天前
Claude Code每日更新速览(v2.1.120-2026/04/27)-彻底摆脱 Git Bash,CI 级代码审查工具上线
git·ci/cd·bash·cluade code·ai for coding
IMPYLH6 天前
Linux 的 stdbuf 命令
linux·运维·服务器·bash
Via_Neo6 天前
Bash Game
开发语言·bash
IMPYLH6 天前
Linux 的 stty 命令
linux·运维·服务器·python·bash
IMPYLH7 天前
Linux 的 split 命令
linux·运维·python·bash·运维开发·unix
IMPYLH7 天前
Linux 的 stat 命令
linux·运维·服务器·bash
SariHcr1237 天前
Openarm机器人双臂模型仿真从零部署
c++·人工智能·python·机器人·bash·openarm