一区二区三区在线-一区二区三区亚洲视频-一区二区三区亚洲-一区二区三区午夜-一区二区三区四区在线视频-一区二区三区四区在线免费观看

服務(wù)器之家:專注于服務(wù)器技術(shù)及軟件下載分享
分類導(dǎo)航

Linux|Centos|Ubuntu|系統(tǒng)進(jìn)程|Fedora|注冊表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服務(wù)器之家 - 服務(wù)器系統(tǒng) - Centos - Linux中yum管理工具被誤刪的解決辦法

Linux中yum管理工具被誤刪的解決辦法

2019-09-28 16:44Linux之家 Centos

這篇文章主要介紹了Linux中yum管理工具被誤刪的解決辦法,需要的朋友可以參考下

今天在安裝程序時,發(fā)現(xiàn)有一個插件未安裝,我就隨手敲了一個命令,看都沒看
 

復(fù)制代碼

代碼如下:


yum remove yum


然后就杯具了...

復(fù)制代碼

代碼如下:


[root@localhost ~]# yum 
-bash: /usr/bin/yum: No such file or directory


 

 

這個粗心的手誤倒不至于讓整個系統(tǒng)癱瘓,yum 卻無法使用了。于是,我試著折騰了一番
 

復(fù)制代碼

代碼如下:


rpm -ivh --nodeps <a href="http://mirrors.163.com/centos/5/os/x86_64/CentOS/yum-fastestmirror-1.1.16-14.el5.centos.1.noarch.rpm">http://mirrors.163.com/centos/5/os/x86_64/CentOS/yum-fastestmirror-1.1.16-14.el5.centos.1.noarch.rpm</a> 
rpm -ivh --nodeps <a href="http://mirrors.163.com/centos/5/os/x86_64/CentOS/yum-metadata-parser-1.1.2-3.el5.centos.x86_64.rpm">http://mirrors.163.com/centos/5/os/x86_64/CentOS/yum-metadata-parser-1.1.2-3.el5.centos.x86_64.rpm</a> 
rpm -ivh --nodeps <a href="http://mirrors.163.com/centos/5/os/x86_64/CentOS/yum-3.2.22-26.el5.centos.noarch.rpm[/code">http://mirrors.163.com/centos/5/os/x86_64/CentOS/yum-3.2.22-26.el5.centos.noarch.rpm[/code</a>]
關(guān)于rpm --nodeps的解釋
[code]
--nodeps don't verify package dependencies


接下來,再次嘗試輸入yum,結(jié)果再次出現(xiàn)莫名錯誤

 

 

復(fù)制代碼

代碼如下:


[root@localhost ~]# yum 
There was a problem importing one of the Python modules 
required to run yum. The error leading to this problem was: 

libxml2.so.2: cannot open shared object file: No such file or directory 

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.4.3 (#1, Nov 11 2010, 13:30:19) 
[GCC 4.1.2 20080704 (Red Hat 4.1.2-48)] 

If you cannot solve this problem yourself, please go to 
the yum faq at: 
<a href="http://wiki.linux.duke.edu/YumFaq">http://wiki.linux.duke.edu/YumFaq</a> 

 

因為yum調(diào)用的是python,運行 Python,試下是否可行
 

復(fù)制代碼

代碼如下:


[root@localhost~]# python 
Python 2.4.3 (#1, Nov 11 2010, 13:30:19) 
[GCC 4.1.2 20080704 Red Hat 4.1.2-48)] on linux2 
Type "help", "copyright", "credits" or "license" for more information. 
>>> import yum 
Traceback (most recent call last): 
File "<stdin>", line 1, in ? 
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 54, in ? 
import transactioninfo 
File "/usr/lib/python2.4/site-packages/yum/transactioninfo.py", line 31, in ? 
from sqlitesack import YumAvailablePackageSqlite 
File "/usr/lib/python2.4/site-packages/yum/sqlitesack.py", line 26, in ? 
import yumRepo 
File "/usr/lib/python2.4/site-packages/yum/yumRepo.py", line 32, in ? 
import sqlitecachec 
File "/usr/lib64/python2.4/site-packages/sqlitecachec.py", line 19, in ? 
import _sqlitecache 
ImportError: libxml2.so.2: cannot open shared object file: No such file or directory 
>>> 


提示缺少libxml2.so.2,安裝一下試試

復(fù)制代碼

代碼如下:


rpm -ivh <a href="http://mirrors.163.com/centos/5/os/x86_64/CentOS/libxml2-2.6.26-2.1.2.8.x86_64.rpm[/code">http://mirrors.163.com/centos/5/os/x86_64/CentOS/libxml2-2.6.26-2.1.2.8.x86_64.rpm[/code</a>]
再次測試運行下yum命令,結(jié)果正常了,大喜
[code]
[root@localhost ~]# yum 
Loaded plugins: fastestmirror 
You need to give some command 
usage: yum [options] COMMAND 

List of Commands: 

check-update Check for available package updates 
clean Remove cached data 
deplist List a package's dependencies 
downgrade downgrade a package 
erase Remove a package or packages from your system 
groupinfo Display details about a package group 
groupinstall Install the packages in a group on your system 
grouplist List available package groups 
groupremove Remove the packages in a group from your system 
help Display a helpful usage message 
info Display details about a package or group of packages 
install Install a package or packages on your system 
list List a package or groups of packages 
localinstall Install a local RPM 
makecache Generate the metadata cache 
provides Find what package provides the given value 
reinstall reinstall a package 
repolist Display the configured software repositories 
resolvedep Determine which package provides the given dependency 
search Search package details for the given string 
shell Run an interactive yum shell 
update Update a package or packages on your system 
upgrade Update packages taking obsoletes into account 


options: 
-h, --help show this help message and exit 
-t, --tolerant be tolerant of errors 
-C run entirely from cache, don't update cache 
-c [config file] config file location 
-R [minutes] maximum command wait time 
-d [debug level] debugging output level 
--showduplicates show duplicates, in repos, in list/search commands 
-e [error level] error output level 
-q, --quiet quiet operation 
-v, --verbose verbose operation 
-y answer yes for all questions 
--version show Yum version and exit 
--installroot=[path] set install root 
--enablerepo=[repo] enable one or more repositories (wildcards allowed) 
--disablerepo=[repo] disable one or more repositories (wildcards allowed) 
-x [package], --exclude=[package] 
exclude package(s) by name or glob 
--disableexcludes=[repo] 
disable exclude from main, for a repo or for 
everything 
--obsoletes enable obsoletes processing during updates 
--noplugins disable Yum plugins 
--nogpgcheck disable gpg signature checking 
--disableplugin=[plugin] 
disable plugins by name 
--enableplugin=[plugin] 
enable plugins by name 
--skip-broken skip packages with depsolving problems 
--color=COLOR control whether color is used 

Plugin Options: 

 

最后,趕緊更新一下系統(tǒng)吧
 

復(fù)制代碼

代碼如下:


yum update


好了 這樣yum問題就完全解決了!

延伸 · 閱讀

精彩推薦
  • CentosCentos 7開啟網(wǎng)卡自動獲取IP的詳細(xì)方法

    Centos 7開啟網(wǎng)卡自動獲取IP的詳細(xì)方法

    本篇文章主要介紹了Centos 7開啟網(wǎng)卡自動獲取IP的詳細(xì)方法,小編覺得挺不錯的,現(xiàn)在分享給大家,也給大家做個參考。一起跟隨小編過來看看吧...

    凌鋒8972021-12-29
  • CentosCentos7運用/dev/shm進(jìn)行網(wǎng)站優(yōu)化

    Centos7運用/dev/shm進(jìn)行網(wǎng)站優(yōu)化

    這篇文章主要介紹了LINUX中Centos7運用/dev/shm進(jìn)行網(wǎng)站優(yōu)化相關(guān)知識點,對此有興趣的朋友參考學(xué)習(xí)下。...

    彬菌9912022-03-02
  • CentosCentOS 6.6實現(xiàn)永久修改DNS地址的方法

    CentOS 6.6實現(xiàn)永久修改DNS地址的方法

    這篇文章主要介紹了CentOS 6.6實現(xiàn)永久修改DNS地址的方法,涉及針對CentOS配置文件的相關(guān)設(shè)置技巧,具有一定參考借鑒價值,需要的朋友可以參考下 ...

    Linux社區(qū)4472020-08-21
  • Centoscentos不小心刪除/root目錄該如何解決?

    centos不小心刪除/root目錄該如何解決?

    一些朋友最近在問小編centos不小心刪除/root目錄該如何解決?今天小編就為大家分享centos不小心刪除/root目錄解決辦法;希望對大家會有幫助,有需要的朋友...

    腳本之家8022019-05-29
  • CentosCentOS下Uptime命令詳解

    CentOS下Uptime命令詳解

    在Linux下,我們可以使用uptime命令,而且此命令不必使用root權(quán)限。uptime命令在系統(tǒng)中已經(jīng)默認(rèn)安裝了。今天小編為大家?guī)淼氖荂entOS下Uptime命令詳解;希望...

    CentOS之家11482019-06-19
  • Centoscentos 安裝與操作方法

    centos 安裝與操作方法

    這篇文章主要介紹了centos 安裝與操作方法,需要的朋友可以參考下...

    centos之家5272019-07-11
  • CentosCentOS7設(shè)置日期和時間方法以及基本概念介紹

    CentOS7設(shè)置日期和時間方法以及基本概念介紹

    這篇文章主要介紹了CentOS7設(shè)置日期和時間方法以及基本概念介紹,本文講解使用CentOS7中的新命令timedatectl設(shè)置日期時間方法,需要的朋友可以參考下 ...

    CentOS之家6522019-09-19
  • CentosCentOS6.5下Redis安裝與配置詳細(xì)步驟

    CentOS6.5下Redis安裝與配置詳細(xì)步驟

    本篇文章主要介紹了CentOS6.5下Redis安裝與配置詳細(xì)步驟,詳細(xì)介紹redis單機單實例安裝與配置,服務(wù)及開機自啟動。有興趣的可以了解一下。...

    飛流11452021-12-24
主站蜘蛛池模板: 污小说| 99久久精品自在自看国产 | 国产高清日韩 | 天天做天天爽天天谢 | 午夜精品免费 | 欧美草比视频 | 欧美男同videos| 日本中文字幕在线精品 | 日韩精品特黄毛片免费看 | 太紧太深了受不了黑人 | 超级乱淫伦小说全集np | 国产精品午夜性视频网站 | 国产老肥熟xxxx | 欧美日韩一区不卡 | 贵妇的私人性俱乐部 | 午夜桃色剧场 | 亚洲大逼 | 韩国甜性涩爱在线播放 | 精品人伦一区二区三区潘金莲 | 公翁的舌尖研磨她的花蒂小说 | 袖珍人与大黑人性视频 | 国产灌醉 | 国产成人小视频在线观看 | 国产成人高清精品免费观看 | 亚洲色大成网站www久久九九 | 男人含玉势出嫁束器 | 小货SAO边洗澡边CAO你动漫 | 草草视频在线免费观看 | bnb998八度免费影院丫意浓 | 3d动漫美女物被遭强视频 | 爆操女友 | 操美女bb| 女八把屁股扒开让男生添 | 欧美性4khd720 | 色综合伊人色综合网站中国 | 国产男女乱淫真视频全程播放 | 性插图动态图无遮挡 | 男人操女人免费视频 | 99年水嫩漂亮粉嫩在线播放 | 99国产精品久久久久久久... | 精品免费国产一区二区三区 |