YUM更换源yum不到安装包的解决⽅法
公司提供的CentOS VM中,/pos.d 下只有⼀个po,其中提供的yum 源只有公司内部的⼏个源,很多包在这些源中都不到。于是要添加别的源,下⾯的帖⼦中介绍了如何在CentOS中添加中科⼤、搜狐和163的yum源:。
本⽂章介绍的yum源⽀持的版本是CentOS 6系列,理论上⽀持RHEL6系列。
更新⽅法如下:
先进⼊yum源配置⽬录
cd /pos.d
备份系统⾃带的yum源
po.save
下载其他更快的yum源
更新完yum源后,建议更新⼀下,使操作⽴即⽣效
yum makecache
然后,再执⾏yum makecache。之后,yum就可以到我要安装的包了,⽐如gdb, subversion, gcc-c++ 等。
注意:
有时⽤yum list xxx不到某个包,可⽤尝试⽤yum search xxx。
如,yum list vim 就报告 Error: No matching Packages to list。⽽ yum search vim 则返回:
vim-X11.x86_64 : The VIM version of the vi editor for the X Window System
vim-common.x86_64 : The common files needed by any version of the VIM editor
vim-enhanced.x86_64 : A version of the VIM editor which includes recent enhancements
centos安装vim命令vim-minimal.x86_64 : A minimal version of the VIM editor

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。