CentOS 8 ELS
Connection to ELS repository
To install the Endless Lifecycle Support repository on a server, you just need to download an installer script and run the script with a key. The installation script will register the server in the CLN with the key, add a PGP key to the server, and create the ELS repository.
Outbound Firewall Settings
In order to use Endless Lifecycle Support for CentOS 8, you will need to open TCP port 443 to the following destinations:
Installation of repositories
Download an installer script:
wget https://repo.cloudlinux.com/centos8.4-els/install-centos8.4-els-repo.sh
Run the installer script with keys:
sh install-centos8.4-els-repo.sh --license-key XXXX-XXXXXXXXXXXX
The installation script registers the server in the CLN with the key and adds a PGP key to the server.
Verify that the installation was successful. To ensure the installation has been completed successfully, run the following command:
yum info els-define
It should return the info of an available package. If you see information about the package, you can be sure that the installation was successful. After this, you will be able to install updates from the repository using a regular yum upgrade command.
Example:
[els@centos8_5 ~]# yum info els-define Available Packages Name : els-define Version : 1 Release : 1.0.3.el8 Architecture : x86_64 Size : 7.0 k Source : els-define-1-1.0.3.el8.src.rpm Repository : centos8.5-els Summary : CentOS Server els-release file License : GPLv2 Description : CentOS Server els-release file
Security Updates
TuxCare provides security updates as a part of ELS for OS along with OpenSCAP scanning instructions - learn more.
CentOS 8.4 ELS OVAL stream: oval.xml
CentOS 8.5 ELS OVAL stream: oval.xml
CentOS 8.4 ELS CSAF data: security.tuxcare.com/csaf/v2/els_os/centos8.4els/
CentOS 8.5 ELS CSAF data: security.tuxcare.com/csaf/v2/els_os/centos8.5els/
CentOS 8.4 ELS RSS release feed: cve.tuxcare.com/rss_feed/releases/centos8.4els
CentOS 8.5 ELS RSS release feed: cve.tuxcare.com/rss_feed/releases/centos8.5els
Deinstallation instructions for yum repositories
List ELS repository file (ending with
-els.repo
) in the repository folder:ls -l /etc/yum.repos.d/*-els.repo
Remove the file to disable the ELS repository, for example:
rm /etc/yum.repos.d/centos8.5-els.repo
Uninstall the
els-define
package:yum remove els-define