yum問題解決
錯誤資訊1:
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named urlgrabber
Please install a package which provides this module, or
verify that the module is installed correctly.
It`s possible that the above module doesn`t match the
current version of Python, which is:
2.6.6 (r266:84292, Nov 22 2013, 12:16:22)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
解決辦法:
進入這個網址:http://urlgrabber.baseurl.org/download/
通過wget命令下載 wget http://urlgrabber.baseurl.org/download/urlgrabber-3.10.tar.gz
解壓並進入該目錄下執行該命令:python setup.py install
錯誤資訊2:
Loaded plugins: fastestmirror
Error: File contains no section headers.
file: file://///etc/yum.repos.d/CentOS-Debuginfo.repo, line: 1
`eme=CentOS-6 – Debuginfo
`
執行如下命令即可解決:
cd /etc/yum
cd yum.repos.d
mv CentOS-Debuginfo.repo CentOS-Debuginfo.repo.bak
相關文章
- 小知識:CentOS配置yum源/解決yum源失效問題CentOS
- 解決Centos無法yum源的問題CentOS
- 解決yum install redhat-lsb遇到的問題Redhat
- 安裝 python3 後,yum 失效問題解決Python
- 解決「問題」,不要解決問題
- CentOS7 yum 安裝 提示 網路問題解決辦法CentOS
- CentOS 7下yum安裝Apache及不解析php問題的解決CentOSApachePHP
- 解決問題
- 發現問題,解決問題
- sqlitedabaseislocked問題解決SQLite
- dump 解決問題
- 提問題比解決問題更重要
- SERVICE問題解決方法
- 解決高度塌陷問題
- qeephp 解決跨越問題PHP
- bg配置問題解決
- git ssl 問題解決Git
- AIX問題解決思路AI
- WAS startnode hang問題解決
- 解決grub rescue問題
- 解決跨域問題跨域
- Centos8.x yum 源配置 解決 yum 不可用CentOS
- Ubuntu 16.04 Vysor 破解 和黑屏問題解決+ 閃屏問題解決Ubuntu
- 【問題解決】單機搭建dataguard的問題
- 解決yum [Errno 256] No more mirrors to try
- 解決 Github 國內訪問問題Github
- 解決github訪問慢的問題Github
- 解決 github 訪問不了的問題Github
- 黑蘋果的問題解決蘋果
- thinkphp-queue問題解決PHP
- CROS 解決跨域問題ROS跨域
- MySQL 中文 like 問題解決MySql
- 解決問題通用方法論
- cors解決跨域問題CORS跨域
- No module named MYSQLdb 問題解決MySql
- As常見問題解決方法
- git常見問題解決Git
- WebSocket跨域問題解決Web跨域