- Update your OS installation and install necessary packages if they are not already installed.
yum -y update
yum -y install wget
- Download and install EPEL and RPMForge repositories
wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm
rpm -ivh epel-release-6-5.noarch.rpm
wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
rpm -ivh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
- Create a new yum configuration file (such as /etc/yum.repos.d/SOGo.repo) with the following content:
[sogo-rhel6]
name=Inverse SOGo Repository
baseurl=http://inverse.ca/downloads/SOGo/RHEL6/$basearch
gpgcheck=0
- Activate the RPMForge extras repository by modifying /etc/yum.repos.d/rpmforge.repo (enabled = 1)
- Exclude the gnustep packages in EPEL in order to use the packages available on Inverse SOGo Repository. Simply add the following line to the EPEL repo definition in [epel] section:
exclude=gnustep-*
- Install sogo
yum -y install sogo