From: Jose Pedro Oliveira Date: Sun, 26 Sep 2021 21:30:46 +0000 (+0200) Subject: Update the Fedora/RHEL/CentOS installation instructions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d2b4a02223bbe7f74a80ce485f431ce17169750;p=thirdparty%2Flldpd.git Update the Fedora/RHEL/CentOS installation instructions --- 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