(doc) Exclude GNUstep packages from EPEL

pull/236/head
Francis Lachapelle 2017-04-21 15:30:29 -04:00
parent 9459185059
commit 68eae92d2d
1 changed files with 8 additions and 0 deletions

View File

@ -238,6 +238,14 @@ sources, install the following package:
rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
----
SOGo relies on the GNUstep packages provided by Inverse and must not used the
packages from EPEL. Adjust the repository definition to exclude those packages:
----
sed -i '/enabled=1/a \
exclude=gnustep*' /etc/yum.repos.d/epel.repo
----
For more information on EPEL, visit http://fedoraproject.org/wiki/EPEL/.
Software Installation