CentOS8使用阿里雲yum源異常
[root@raoyuuuu maven]# dnf install git Repository extras is listed more than once in the configuration Repository epel is listed more than once in the configuration CentOS-8 - Base - mirrors.aliyun.com Errors during downloading metadata for repository 'base': - Curl error (28): Timeout was reached for [Connection timed out after 30000 milliseconds] - Status code: 404 for (IP: 106.15.218.235) - Status code: 404 for (IP: 100.100.2.148) Error: Failed to download metadata for repo 'base': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
原因:
解決方案
#進入配置資料夾 cd /etc/yum.repos.d/ #刪除舊的配置檔案 rm *.repo #輸入“y”回車確認
wget -O /etc/yum.repos.d/CentOS-Base.repo
curl -o /etc/yum.repos.d/CentOS-Base.repo
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70003733/viewspace-2887779/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- CentOS8配置阿里雲YUM源CentOS阿里
- Centos-Stream 配置本地yum源和配置阿里雲yum源CentOS阿里
- CentOS 7 配置 阿里雲 yum源CentOS阿里
- CentOS 更改 yum 映象源為阿里雲映象源CentOS阿里
- 修改Centos7預設yum源為阿里雲源CentOS阿里
- 利用阿里雲的源yum方式安裝Mongodb阿里MongoDB
- centos7 更換yum源為阿里雲CentOS阿里
- centos7替換yum源為阿里雲CentOS阿里
- CentOS8 安裝 MySQL8.0(yum)CentOSMySql
- 將Centos 的預設yum源改為阿里雲的yum源後出現的問題CentOS阿里
- python升級帶來的yum異常:File "/usr/bin/yum", line 30Python
- 將Centos的yum源更換為國內的阿里雲源CentOS阿里
- CentOS8換源CentOS
- MVC使用異常過濾器處理異常MVC過濾器
- 阿里雲異常流量及異常網路連線的安全解決過程阿里
- 將Centos的yum源更換為國內的阿里雲(163)源CentOS阿里
- oracle 使用異常exceptionOracleException
- 阿里雲伺服器報警-程式異常行為-訪問惡意下載源阿里伺服器
- CentOS 搭建內部Yum源同步阿里Yum源CentOS阿里
- python自定義異常,使用raise引發異常PythonAI
- 配置yum源
- 搭建本地yum源,使用安裝光碟的rpm作為yum源的檔案
- redhat6.5 配置使用centos的yum源RedhatCentOS
- RHEL 使用CenOS的yum源repo檔案
- Java異常使用原則Java
- centos8替換成阿里雲映象CentOS阿里
- CentOS8 AnolisOS8 yum安裝 No match for argument: htop ErrorCentOSError
- CentOS8設定安裝源CentOS
- 本地yum源搭建
- 本地搭建yum源
- CentOS修改yum源CentOS
- CentOS 配置yum源CentOS
- yum源配置大全
- yum源使用的幾個報錯小總結 (例如: python2.6.6 下yum不能使用: No module named yum)Python
- 【Linux】超簡單將Centos的yum源更換為國內的阿里雲源LinuxCentOS阿里
- centos同步yum源到本地,建立本地網路yum源CentOS
- Redhat 7使用CentOS 7的Yum網路源RedhatCentOS
- CentOS使用iso映象檔案配置本地yum源CentOS