2017-12-21 41 views
0

다음 자습서를 사용하여 Linux 서버 (Red Hat Enterprise Linux 서버 릴리스 5.5)에 GitLab 커뮤니티 에디션을 설치하려고합니다.RedHat Enterprise Server 5.5에 python26을 설치할 때 오류가 발생했습니다.

Installing GitLab on RedHat Enterprise 5 RHEL 5

하지만 튜토리얼에 따라 python26를 설치하려고 할 때, 나는 다음과 같은 오류를 받고 있어요.

# yum install python26 
Loaded plugins: rhnplugin, security 
This system is not registered with RHN. 
RHN support will be disabled. 
Setting up Install Process 
No package python26 available. 
Nothing to do 

저는 우분투에 약간의 경험이 있지만 저는 Red Hat을 처음 사용합니다. 누구든지이 문제를 해결하는 방법을 알고 있습니까?

+0

'냠 목록 python26'의 putput은 무엇인가,

cd /etc/yum.repos.d wget http://mirrors.geekymedia.com/centos/geekymedia.repo 

python26 패키지를 설치하려면, 시스템에 저장소를 추가하려면? –

+0

"이 시스템은 RHN에 등록되지 않았습니다." 돌아 왔을 때. –

+0

@SandeepLade'오류 :리스트에 일치하는 패키지 없음' –

답변

2

RHN에 등록되어 있지 않으므로이 패키지를 설치하기 위해 다른 저장소를 사용할 수 있습니다. 그러한 저장소 중 하나는 geekymedia.com centos repository입니다.

yum install python26 
unlink /usr/bin/python2 
cd /usr/bin/ 
ln -s python26 python2