sidebar hamburger menu

CentOS 8 ELS

Supported Architecture and Packages

Supported architecture is x86_64. For other architectures, please contact our sales@tuxcare.com.

The list of supported packages is provided here:

Connecting to ELS repository

To install the Endless Lifecycle Support repository on a server, download an installation script and run it with a license key. The installation script registers the server in the CLN using the license key, adds a PGP key to the server, and creates the ELS repository.

Outbound Firewall Settings

To use Endless Lifecycle Support for CentOS 8, you need to open TCP port 443 to the following destinations:

Installing the repository

  1. Download an installation script:

    wget https://repo.els.tuxcare.com/centos8.4-els/install-centos8.4-els-repo.sh
  2. Run the installation script with your license key. It registers the server in the CLN with the key, adds a PGP key to the server.

    sh install-centos8.4-els-repo.sh --license-key XXXXXXXXXXX
  3. Verify that the installation was successful by running the following command:

    yum info els-define
    

    It should return information about the available package. If the package information is displayed, the installation was successful. After that, you can install updates from the repository using a standard 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.

Removing the ELS repository

  1. 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
    
  2. Uninstall the els-define package:

    yum remove els-define
    
×
Need help?
I'm a multilingual AI chatbot, trained to answer all your questions!