From 17f1df3904109ce94d6ed45fb9c661e8bd1bc3e7 Mon Sep 17 00:00:00 2001 From: redgloboli <71544926+redgloboli@users.noreply.github.com> Date: Mon, 7 Mar 2022 17:07:14 +0100 Subject: [PATCH] doc: add ytnef to exclude section in epel.repo --- Documentation/SOGoInstallationGuide.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 99a69136c..c3acac03f 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -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/.