2011-11-04 21 views
20

GitをCentOS 5.5 x86_64にインストールするのに問題があります。私はこのタイプのものでは専門家ではない、何が問題なの?GitをCentOSにインストールする際のトラブル

[email protected] [/]# yum install git 
Loaded plugins: fastestmirror 
Loading mirror speeds from cached hostfile 
* epel: fedora-epel.mirror.lstn.net 
* rpmfusion-free-updates: mirror.us.leaseweb.net 
* rpmfusion-free-updates-testing: mirror.us.leaseweb.net 
* rpmfusion-nonfree-updates: mirror.us.leaseweb.net 
* rpmfusion-nonfree-updates-testing: mirror.us.leaseweb.net 
Excluding Packages in global exclude list 
Finished 
Setting up Install Process 
Resolving Dependencies 
--> Running transaction check 
---> Package git.x86_64 0:1.7.4.1-1.el5 set to be updated 
--> Processing Dependency: perl-Git = 1.7.4.1-1.el5 for package: git 
--> Processing Dependency: perl(Error) for package: git 
--> Processing Dependency: perl(Git) for package: git 
--> Finished Dependency Resolution 
git-1.7.4.1-1.el5.x86_64 from epel has depsolving problems 
    --> Missing Dependency: perl(Error) is needed by package git-1.7.4.1-1.el5.x86_64 (epel) 
git-1.7.4.1-1.el5.x86_64 from epel has depsolving problems 
    --> Missing Dependency: perl-Git = 1.7.4.1-1.el5 is needed by package git-1.7.4.1-1.el5.x86_64 (epel) 
git-1.7.4.1-1.el5.x86_64 from epel has depsolving problems 
    --> Missing Dependency: perl(Git) is needed by package git-1.7.4.1-1.el5.x86_64 (epel) 
Error: Missing Dependency: perl(Error) is needed by package git-1.7.4.1-1.el5.x86_64 (epel) 
Error: Missing Dependency: perl-Git = 1.7.4.1-1.el5 is needed by package git-1.7.4.1-1.el5.x86_64 (epel) 
Error: Missing Dependency: perl(Git) is needed by package git-1.7.4.1-1.el5.x86_64 (epel) 
You could try using --skip-broken to work around the problem 
You could try running: package-cleanup --problems 
         package-cleanup --dupes 
         rpm -Va --nofiles --nodigest 
The program package-cleanup is found in the yum-utils package. 

答えて

70

これはcpanelのためです。

これは、それが修正されています。

yum install git --disableexcludes=main 
+2

おかげで、この回避策はうまく働いていたとcPanelのがインストールされていませんでしたが、それでも/etc/yum.confでPerlを除外するように設定されたサーバー上で。 –

+1

+1 CPanelを搭載したCentOS 5の魅力のように働いた。 –

+0

が合意し、私の問題も解決しました。ありがとうございます – azzy81

関連する問題