FAQ
How to install SOGo and SOPE through Yum
InstallationIf you use RedHat Enterprise Linux 5 (or an equivalent distribution like CentOS), you can install SOGo and SOPE by creating a new yum configuration file (such as /etc/yum.repos.d/SOGo.repo) with the following content:
[sogo-rhel5]
name=Inverse SOGo Repository
baseurl=http://inverse.ca/downloads/SOGo/RHEL5/$basearch
gpgcheck=0
If you use RedHat Enterprise Linux 6 (or an equivalent distribution like Scientific Linux), 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
Some of the dependencies are provided by RPMForge. Before installing SOGo, install the following package to add RPMForge to your yum repositories: http://dag.wieers.com/rpm/packages/rpmforge-release/
Once the package is installed, you'll also need to activate the RPMForge extras repository by modifying /etc/yum.repos.d/rpmforge.repo:
[rpmforge-extras]
...
enabled = 1
If you use the EPEL package repository on RedHat Enterprise Linux 6, you need to exclude the gnustep packages in order to use the packages available on Inverse SOGo Repository. Simply add the following line to the EPEL repo definition:
[epel]
...
exclude=gnustep-*

