From 4d2b4a02223bbe7f74a80ce485f431ce17169750 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Sun, 26 Sep 2021 23:30:46 +0200 Subject: [PATCH] Update the Fedora/RHEL/CentOS installation instructions --- content/installation.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/content/installation.html b/content/installation.html index 8e8a1451..f820f57d 100644 --- a/content/installation.html +++ b/content/installation.html @@ -45,10 +45,16 @@ to install it. You can also [build _lldpd_ from source][]. ## Fedora, RHEL, CentOS -`lldpd` is available from [EPEL][]. First, you need to install the -`epel-release` package, then just install with `yum install lldpd` or -`dnf install lldpd`. Once installed, you can change the options -provided to `lldpd` in `/etc/sysconfig/lldpd`. +`lldpd` is available in the main Fedora and RHEL 8 repositories. +Just issue the command `dnf install lldpd` to install it. + +For older distro versions, like RHEL 7, it is available from the +[EPEL](https://fedoraproject.org/wiki/EPEL) repository. In this case, +you need to install the `epel-release` package before issuing the +`yum install lldpd` command. + +Once the `lldpd` package is installed, you can change its options via +the `/etc/sysconfig/lldpd` file. Alternatively, you can install the packages from [openSUSE Build Service][]. Follow the instructions available on -- 2.39.5