我正在尝试使用以下教程在Linux服务器(Red Hat Enterprise Linux Server 5.5版)上安装GitLab社区版。
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
我有一些Ubuntu的经验,但我是Red Hat的新手。有谁知道如何解决这个问题?
答案 0 :(得分:2)
由于您未注册RHN,因此可以使用备用存储库来安装此程序包。一个这样的存储库是geekymedia.com centos存储库。
要将存储库添加到您的系统,
cd /etc/yum.repos.d
wget http://mirrors.geekymedia.com/centos/geekymedia.repo
安装python26包,
yum install python26
unlink /usr/bin/python2
cd /usr/bin/
ln -s python26 python2