How can I install the Epel repository on 64-bit Fedora 17 machine?
I tried:
sudo rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-5.noa...
and
sudo rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-5-4.noa...
but I get a error:
Retrieving http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-5.noa...
curl: (7) cou
So I'm trying to install the epel repository and then also install the ius repository.
I'm managing this server with chef, and my run list goes
...
"recipe[yum::yum]",
"recipe[yum::epel]",
"recipe[yum::ius]",
...
And it installs the epel repository correctly, contents of epel.repo in /etc/yum.repos.d
# Generated by Chef for chef-test.midwestern.de
# Local modifications will be overwritten.
[e
Have you installed the ntfs-3g package from the EPEL repository in order to be able to mount NTFS partitions? If not then you need to do so. Then just ... [by TrevorH]
First I download the epel repositories with this tutorial: http://dev.antoinesolutions.com/epel-repositoryT... [by Jonas]
I believed I've downloaded and updated the EPEL rpm but I can't install php-pecl-memcached..
I'm very new to this, any help is appreciated.
#rpm -Uvh epel-release-6-8.noarch.rpm warning: epel-release-6-8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID
0608b895: NOKEY Preparing...
I want to upgrade my current running applications to latest version. But due to some package issue i am unable to install them.
It is in the epel repo:# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-rele... [by larwood]
Hello There,
I am trying to install Fedora 389-ds on Linux 64 bit.
I have done the following steps as part of the installation:
1. yum upgrade
when I try doing this it gave error:
I did fix using the following:
Changed enabled=1 to enabled=0 in etc/yum.repo.d/epel.repo
2.
I am trying to get the debug version of httpd so I can use it in conjunction with gdb. I am having a hard time getting them, and they don't seem to be in the standard epel-debuginfo repository.