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
It is in the epel repo:# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-rele... [by larwood]
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 add Cloudflare on the server i will receive in some days.
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.
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
I have PHP 5.3.3 on my CentOs 6.3 server, Since this version of PHP is vulnerable now trying to upgrade to PHP 5.4.11 but the default repository of CentOs does not have PHP > 5.3.3 so yum can not detect the newer version.
I then installed remi repository on my server
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noa...
rpm -Uvh http://rpms.famillecollet.co
Hi,
this may sound a little daft.
I have already successfully created several working spec files for custom RPMs.
But I don't know what to put in the spec file's, especially the %prep section and %build, %setup macros for an RPM that only acts as a required stub but itself doesn't provide any content.
The issue derived from this nagios-common RPM from the EPEL repo:
http://dl.fedora
So after a fresh Scientific Linux 6.3 Desktop install, I:
yum install rpmforge-release && yum update
and
yum install epel-release.noarch
then:
yum install wine gparted cups-pdf && echo 'includepkgs=nss-mdns wine* gparted cups-pdf' >> /etc/yum.repos.d/epel.repo
OK!