doc: add ytnef to exclude section in epel.repo

This commit is contained in:
redgloboli
2022-03-07 17:07:14 +01:00
committed by GitHub
parent 96d00b744e
commit 17f1df3904
+2 -2
View File
@@ -236,12 +236,12 @@ For RHEL/CentOS 8
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
----
SOGo relies on the GNUstep packages provided by Inverse and must not use the
SOGo relies on the GNUstep and ytnef packages provided by Inverse and must not use 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
exclude=gnustep* ytnef*' /etc/yum.repos.d/epel.repo
----
For more information on EPEL, visit http://fedoraproject.org/wiki/EPEL/.