Redheat配置網路yum源

2021-07-14 05:59:01 字數 881 閱讀 5282

安裝準備

a)  安裝redheat

b) 虛擬機器能連線外網

安裝yum

a) 檢視當前安裝yum

rpm -qa|grep yum
b) 刪除當前安裝的yum

rpm -aq | grep yum|xargs rpm -e --nodeps
c) 獲取yum相關rpm包

wget  

wget

wget

wget

wget

d) 安裝yum

rpm -ivh yum-*
注:如有依賴關係可先wget依賴包,先安裝依賴包

配置yum

a) 配置檔案

wget
centos7-base-163.repo移動到/etc/yum.repos.d/

mv centos7-base-163.repo /etc/yum.repos.d/
b) 修改配置檔案

vi  /etc/yum.repos.d/centos7-base-163.repo

:%s/$releasever/7/g

:%s/$basearch/x86_64/g

c) 最後

yum clean all

yum makecache

redhat配置網路yum源

解除安裝redhat自帶的yum程式及相關軟體包 rpm qa grep yum xargs rpm e nodeps rpm aq grep python iniparse xargs rpm e nodeps yum metadata parser 1.1.4 10.el7.x86 64.rpm...

rhel配置網路yum源

1 確保虛擬機器能夠連線外網 python iniparse 0.4 9.el7.noarch.rpm python urlgrabber 3.10 8.el7.noarch.rpm yum 3.4.3 150.el7.centos.noarch.rpm yum metadata parser 1....

配置網路yum源 12479635

有的時候伺服器需要 一些軟體,是本地 yum 源裡面沒有的,這時候需要配置網路 yum 源 cd etc yum.repos.d 把這個目錄下的配置檔案備份,改名 或者是把檔案裡邊的enabled 1的改為enabled 0 wget o etc yum.repos.d centos base.re...