yum使用相關問題:
loaded plugins: fastestmirror loading mirror speeds from cached hostfile error: cannot retrieve metalink for repository: epel. please verify its path and try again
解決辦法:
一:看網路通不
二:看dns設定
三:檢查yum源,如果有https開頭的源,就在iptables裡邊設定允許443埠進出即可
常見yum源(針對redhat,centos):
epel-release
rpmforge-release
freshrpms-release
rpmfusion-free-release
atomic
其他和yum相關包:
yum-plugin-fastestmirror
yum-priorities
如果要在使用本地光碟做為yum源,那麼
在/etc/yum.repos.d/centos-media.repo中新增:
[item_name]
baseurl=file:///medi_mout_dir
gpacheck=0
enabled=1
殺死yum程序:
ps -a | grep yum |grep -v grep | awk '' | xargs kill -9
yum 本地源等相關問題
1,vi etc yum.repos.d local.repo base name local baseurl file mnt gpgcheck 0 enabled 1 光碟插入之後會自動載入,先mount檢視一下 root localhost softpkg mount dev sda3 on ...
關於yum庫的相關問題
區域網共享yum庫的兩種方式 一種是基於http的,需要配置httpd。一種是基於ftp的。需要ftp的支援。具體設定引數可參照網上的相關教程。yum庫的建立主要涉及到兩點 1 yum伺服器安裝createrepo並建立倉庫 2 安裝完成之後,在 usr bin 目錄下會有乙個createrepo命...
yum無法使用問題
centos 7.2 預設安裝了python2.7.5 因為一些命令要用它比如yum 它使用的是python2.7.5 當編譯安裝python3後,系統中python3和python2共存 檢視 usr bin目錄下python的指向 usr bin python2.7.5 v python 2.7...