设为首页 收藏本站
查看: 4533|回复: 0

[经验分享] linux输入yum后提示: -bash: /usr/bin/yum: No such file or directory的...

[复制链接]
累计签到:1 天
连续签到:1 天
发表于 2014-3-7 09:04:19 | 显示全部楼层 |阅读模式
linux输入yum后提示: -bash: /usr/bin/yum: No such file or directory的解决方案
今天在安装程序时,发现有一个插件未安装,我就随手敲了一个命令,看都没看

yum remove yum
然后就杯具了...

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


这个粗心的手误倒不至于让整个系统瘫痪,yum 却无法使用了。于是,我试着折腾了一番

1  rpm -ivh  --nodeps http://mirrors.163.com/centos/5/ ... centos.1.noarch.rpm  
2  rpm -ivh  --nodeps http://mirrors.163.com/centos/5/ ... 5.centos.x86_64.rpm  
3  rpm -ivh  --nodeps http://mirrors.163.com/centos/5/ ... 5.centos.noarch.rpm
关于rpm --nodeps的解释

1 --nodeps                         don't verify package dependencies

接下来,再次尝试输入yum,结果再次出现莫名错误
[iyunv@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:
http://wiki.linux.duke.edu/YumFaq

因为yum调用的是python,运行 Python,试下是否可行
[iyunv@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,安装一下试试

rpm -ivh http://mirrors.163.com/centos/5/ ... -2.1.2.8.x86_64.rpm
再次测试运行下yum命令,结果正常了,大喜

[iyunv@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:

最后,赶紧更新一下系统吧

1 yum update
好了 这样yum问题就完全解决了!



运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-15527-1-1.html 上篇帖子: linux下查看磁盘空间 下篇帖子: FFmpeg编译出错_img_convert 找不到 linux file
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表