On Thu, 15 Dec 2016, Reindl Harald via samba wrote:> Am 15.12.2016 um 20:06 schrieb Metin Koc via samba: >> Centos and redhat repositories are not the same. Also I tried epel >> already. > > EPEL == EPEL > periodThere is only one EPEL repo, but what does vary between CentOS and Redhat is the installation method for EPEL: https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F
Am 15.12.2016 um 20:20 schrieb Sketch:> On Thu, 15 Dec 2016, Reindl Harald via samba wrote: > >> Am 15.12.2016 um 20:06 schrieb Metin Koc via samba: >>> Centos and redhat repositories are not the same. Also I tried epel >>> already. >> >> EPEL == EPEL >> period > > There is only one EPEL repo, but what does vary between CentOS and > Redhat is the installation method for EPEL: > > https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3Freally? you install "epel-release-7-8.noarch" if it is by yum or rpm evrywhere and you are done https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F https://dl.fedoraproject.org/pub/epel/7/x86_64/ https://dl.fedoraproject.org/pub/epel/7/x86_64/e/ https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm and *now* exlain me the difference on RHEL or CentOS for type "yum install https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm" in your terminal
On Thu, 15 Dec 2016, Reindl Harald via samba wrote:>> There is only one EPEL repo, but what does vary between CentOS and >> Redhat is the installation method for EPEL: >> >> https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F > > really? > > you install "epel-release-7-8.noarch" if it is by yum or rpm evrywhere and > you are done > > https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3FDid you read the URL that we both pasted? NOTE for RHN users You need to also enable the 'optional' repository to use EPEL packages as they depend on packages in that repository. This can be done by enabling the RHEL optional subchannel for RHN-Classic. For certificate-based subscriptions see Red Hat Subscription Management Guide. For EPEL 7, in addition to the 'optional' repository (rhel-7-server-optional-rpms), you also need to enable the 'extras' repository (rhel-7-server-extras-rpms). NOTE for CentOS users You can install EPEL by running yum install epel-release. The package is included in the CentOS Extras repository, enabled by default.