sidebar hamburger menu

Oracle Linux 6 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 Oracle Linux 6, you will need to open TCP port 443 to the following destinations:

Installation of repositories

  1. Download an installer script:

    wget https://repo.cloudlinux.com/oraclelinux6-els/install-oraclelinux-els-repo.py
    
  2. Run the installer script with keys:

    python install-oraclelinux-els-repo.py --license-key XXX-XXXXXXXXXXXX
    

    The installation script registers the server in the CLN with the key and adds a PGP key to the server.

  3. 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@oraclelinux6 ~]# python install-oraclelinux-els-repo.py --license-key XXXX-XXXXXXX
    Check that repository isn't created... Ok
    https://cln.cloudlinux.com/cln/api/centos/token/register
    Request repository token for this server... Ok
    Prepare repo configuration... Ok
    Save repo file to /etc/yum.repos.d/oraclelinux-els.repo... Ok
    Save GPG key to /etc/pki/rpm-gpg/RPM-GPG-KEY-CloudLinux... Ok
    Import Cloudlinux GPG...
    
    [els@oraclelinux6 ~]# yum info els-define
    
    Available Packages
    Name        : els-define
    Arch        : x86_64
    Version     : 1
    Release     : 1.0.1.el6
    Size        : 2.7 k
    Repo        : oraclelinux-els
    Summary     : OEL6 Server simulate release file
    License     : GPLv2
    Description : OLE6 Server simulate els release files
    

Security Updates

TuxCare provides security updates as a part of ELS for OS along with OpenSCAP scanning instructions - learn more.

Deinstallation instructions for yum repositories

  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/oraclelinux-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!