wiki:Install/RHEL

Version 1 (modified by fabaff, 13 years ago) (diff)

--

.. -*- mode: rst -*-

.. _CentOS: http://www.centos.org/
.. _Red Hat/RHEL: http://www.redhat.com/rhel/
.. _Scientific Linux: http://www.scientificlinux.org/
.. _EPEL: http://fedoraproject.org/wiki/EPEL
.. _RPMForge: https://rpmrepo.org/RPMforge

.. _rhel-installation:

RHEL / Centos / Scientific Linux 
================================

While you can go about building all these things from source, this
section will try and meet the dependencies using packages from EPEL_
[#f1]_ or RPMforge_. The *el5* package should be compatible with
`CentOS`_ 5.x and `Scientific Linux`_.


EPEL_::

    [[email protected] ~]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm

RPMforge_::

    [[email protected] ~]# rpm -Uvh http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm

Note: Be careful with `mixing package repositories <http://fedoraproject.org/wiki/EPEL/FAQ#What_about_compatibility_with_other_third_party_repositories.3F>`_.

Install the bcfg2-server and bcfg2 RPMs::

    [[email protected] ~]# yum install bcfg2-server bcfg2


.. [#f1] For more details check the EPEL_ `instructions <http://fedoraproject.org/wiki/EPEL/FAQ#howtouse>`_