CentOS

2011-11-04 10 views
20

पर गिट स्थापित करने में समस्या मुझे CentOS 5.5 x86_64 पर गिट स्थापित करने में समस्या हो रही है। मैं इस तरह की चीज़ पर एक विशेषज्ञ नहीं हूं, समस्या क्या है?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

यह पता चला, यह सीपीएनल की वजह से था।

यह ठीक करता है:

yum install git --disableexcludes=main 
+2

धन्यवाद, इस समाधान का अच्छी तरह से काम किया है और एक सर्वर जो स्थापित cpanel नहीं था पर, लेकिन अभी भी /etc/yum.conf में पर्ल बाहर करने के लिए स्थापित किया गया था। –

+1

+1 सीपीएनएल के साथ सेंटोस 5 पर एक आकर्षण की तरह काम किया। –

+0

सहमत हुए, मेरी समस्या भी हल की। धन्यवाद – azzy81