Hi, all. I'm trying to install the EPEL repo on a fully up to date CentOS 6.4. I'm using wget to download from my usual source but after I install it via `sudo rpm -ivh epel-xxxxx` it's not actually there in `/etc/yum.repos.d`. Trying to install it again, Yum just tells me it's already installed. I've no idea where it is installed if it is (which I don't think it is) so I'm stumped. Any help appreciated. Cheers, Phil... -- currently (ab)using Arch Linux, CentOS 6.4, Debian Squeeze & Wheezy, Fedora 19 & 20, OS X Snow Leopard & Tiger, Ubuntu Quantal, Raring & Saucy GnuGPG Key : http://phildobbin.org/publickey.asc
On Sat, Nov 23, 2013 at 4:57 PM, Phil Dobbin <bukowskiscat at gmail.com> wrote:> Hi, all. > > I'm trying to install the EPEL repo on a fully up to date CentOS 6.4. > I'm using wget to download from my usual source but after I install it > via `sudo rpm -ivh epel-xxxxx` it's not actually there in > `/etc/yum.repos.d`. > > Trying to install it again, Yum just tells me it's already installed. > > I've no idea where it is installed if it is (which I don't think it is) > so I'm stumped. > > Any help appreciated. > > Cheers, > > Phil... >What does this say on your system? yum list epel-* -wes
On 11/23/2013 06:57 PM, Phil Dobbin wrote:> Hi, all. > > I'm trying to install the EPEL repo on a fully up to date CentOS 6.4. > I'm using wget to download from my usual source but after I install it > via `sudo rpm -ivh epel-xxxxx` it's not actually there in > `/etc/yum.repos.d`. > > Trying to install it again, Yum just tells me it's already installed. > > I've no idea where it is installed if it is (which I don't think it is) > so I'm stumped. > > Any help appreciated. > > Cheers, > > Phil... >locate epel.repo -- _ ?v? /(_)\ ^ ^ Mark LaPierre Registered Linux user No #267004 https://linuxcounter.net/ ****
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/23/2013 07:42 PM, Reindl Harald wrote:> Am 24.11.2013 01:29, schrieb Mark LaPierre: >> On 11/23/2013 06:57 PM, Phil Dobbin wrote: >>> I'm trying to install the EPEL repo on a fully up to date >>> CentOS 6.4. I'm using wget to download from my usual source but >>> after I install it via `sudo rpm -ivh epel-xxxxx` it's not >>> actually there in `/etc/yum.repos.d`. >>> >>> Trying to install it again, Yum just tells me it's already >>> installed. >>> >>> I've no idea where it is installed if it is (which I don't >>> think it is) so I'm stumped. >>> >>> Any help appreciated. >>> >>> Cheers, >>> >>> Phil... >>> >> >> locate epel.repo > > does not help before the mlocate cronjob refreshed the database or > someone with knowledge does it by hand - no magic there > > "rpm -q --filesbypkg <packagename>" is the one and only correct > command and if there is no file in /etc/yum.repos.d it is *not* > installed > > [root at openvas:~]$ rpm -q --filesbypkg epel-release epel-release > /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 epel-release > /etc/rpm/macros.ghc-srpm epel-release > /etc/yum.repos.d/epel-testing.repo epel-release > /etc/yum.repos.d/epel.repo epel-release > /usr/share/doc/epel-release-6 epel-release > /usr/share/doc/epel-release-6/GPL > >Good point. - -- _ ?v? /(_)\ ^ ^ Mark LaPierre Registered Linux user No #267004 https://linuxcounter.net/ **** -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJSkVWIAAoJEOKvcl2cb48H/S8H/R9J2FhVhjhZr61PNYhOOAaL 9k88Oqizg8URXVtB9zs9RCpfwqNRpKRfeEEcLfsriiu6JV9NFhqp+QLZMANcKIDv OBJ6zdpmIwZoTa8f3o1aSuJ3Zq6u3AioM5j0IonUu1OJLrLMI7d0lOUsVAypT6fH /jPpCA4Y23LVo+wC1YzSv3ObVMSD/BQXCAYU+mItwwQG16xxyRL7K3B7xbNMhgq8 7qLk0VXTbFWuq6NlpVaynN6r5itsibtZvz0lC6sr84MmR4tTUsohOumLlShBH/01 u0A8xGrbEZpjg0riqJm8oqFIa0amKtGxsk9CAEGQet9+Ed2qG0AdVEdjm4Ub/kk=ATPa -----END PGP SIGNATURE-----
On 11/23/2013 06:57 PM, Phil Dobbin wrote:> Hi, all. > > I'm trying to install the EPEL repo on a fully up to date CentOS 6.4. > I'm using wget to download from my usual source but after I install it > via `sudo rpm -ivh epel-xxxxx` it's not actually there in > `/etc/yum.repos.d`. > > Trying to install it again, Yum just tells me it's already installed. > > I've no idea where it is installed if it is (which I don't think it is) > so I'm stumped. > > Any help appreciated. > > Cheers, > > Phil... >Hey Phil, If the file: /etc/yum.repos.d/epel.repo is not on your system then you can be sure that the EPEL repo is not installed correctly on your system. By now the locate database will have been rebuilt. Try: [mlapier at mushroom yum.repos.d]$ locate epel.repo /etc/yum.repos.d/epel.repo If that fails to find your wayward file then you can be sure that EPEL repo did not install. If you do manage to find the epel.repo file just move it to the /etc/yum.repos.d/ directory. If it's not on your system at all then you have to force install with yum. -- _ ?v? /(_)\ ^ ^ Mark LaPierre Registered Linux user No #267004 https://linuxcounter.net/ ****