centos.rst
changeset 2246 dfb949a71021
parent 2142 e377b322bdd7
equal deleted inserted replaced
2245:30d831980005 2246:dfb949a71021
    15 https://fedoraproject.org/wiki/EPEL
    15 https://fedoraproject.org/wiki/EPEL
    16   Extra Packages for Enterprise Linux (EPEL).
    16   Extra Packages for Enterprise Linux (EPEL).
    17 https://unix.stackexchange.com/questions/21135/package-bash-completion-missing-from-yum-in-centos-6
    17 https://unix.stackexchange.com/questions/21135/package-bash-completion-missing-from-yum-in-centos-6
    18   Package bash-completion missing from Yum in CentOS 6.
    18   Package bash-completion missing from Yum in CentOS 6.
    19 
    19 
       
    20 ``epel-release`` is not available in RHEL or Oracle Linux. Obtain package separately::
       
    21 
       
    22   $ wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
       
    23   $ sudo yum install ./epel-release-latest-7.noarch.rpm
       
    24 
       
    25   $ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
       
    26 
       
    27 You should accept package signing key. List of keys' fingerprints:
       
    28 
       
    29 https://getfedora.org/keys/
       
    30    This page lists the public GPG keys used for signing packages in Fedora.
       
    31 
       
    32 Get list of enabled repos::
       
    33 
       
    34   $ yum repolist
       
    35 
       
    36   $ cat /etc/yum.repo.d/*
       
    37