centos上如何yum安装git?


yum install git 出现错误:


[root@myhost test]# yum install git
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 
* addons: mirror.neu.edu.cn
 
* base: mirror.neu.edu.cn
 
* extras: mirror.neu.edu.cn
 
* updates: mirror.neu.edu.cn
addons                                                                                                                
|  951 B     00:00    
base                                                                                                                   | 2.1 kB     00:00    
extras                                                                                                                
| 2.1 kB     00:00    
updates                                                                                                                
| 1.9 kB     00:00    
Setting up Install Process
No package git available.
Nothing to do

解决办法:




check

需要先添加EPEL(Extra Packages for Enterprise Linux) repository:

CentOS5.x 32-bit(x86/i386):

 rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm

CentOS5.x 64-bit(x64):

 rpm -Uvh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

 CentOS6.x32-bit (x86/i386):

 rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm

CentOS6.x 64-bit(x64):

 rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm

然后yum install git就能安装了。



 备注: 查看centos版本的方法:

来源: http://murray.cn/index.php/2011/03/chakan-linux-centos-var/


root@MyMail ~ # cat /etc/redhat-release
CentOS release 5.4 (Final)


有以下命令可以查看:

# lsb_release -a
LSB Version::core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
Distributor ID: CentOS
Description: CentOS release 5.4 (Final)
Release: 5.4
Codename: Final

这个命令适用于所有的linux,包括RedhatSuSEDebian等发行版。

root@MyMail ~ # uname
Linux
root@MyMail ~ # uname -r
2.6.18-164.el5

以下二种方法适用于RedHat,CentOS

root@MyMail ~ # cat /etc/redhat-release
CentOS release 5.4 (Final)

登录到linux执行rpm -qredhat-release

#rpm -q redhat-release
CentOS

root@MyMail ~ # rpm -q centos-release
centos-release-5-4.el5.centos.1

 




  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值