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...
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
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!
I have not upgraded for a long while, and how have re-enabled the appropriate repositories to allow for upgrade. I no longer seem to be able to upgrade due to a gpg key trouble. Any advice would be much appreciated
Code:
root.localhost # yum upgrade -y
...
I got a clean installation of CentOs 6.3, with php 5.3.18. I tried installing the epel-release-6-7.noarch.rpm and epel-release-6-7.noarch.rpm in order to run "yum install php-mcrypt". However it cannot find the package. Also tried "yum install php53-mcrypt" but no luck.
Can Anyone point me on the right direction?
Thanks
I am a beginner in bash scripting.I want to create a bash script to install install and configure stuffs on my linux box in an automated way.
Suppose i want to edit
/etc/yum.repos.d/epel.repo
by the bash script
What i want to do is as follows
Open file /etc/yum.repos.d/epel.repo
Find [epel] section
Add a line priority=10 just after line enabled=1 in the epel section
For the first part
Greetings,
I have a problem, when I installed glusterFS on my server, I find EPEL doesn't have latest version of glusterFS, so I copied the repo from gluster.org on yum.repo.d, then I searched gluster via yum search, then there are 2 items,
================
Name : glusterfs
Arch : i686
Version : 3.2.7
Release : 1.el6
Size : 1.8 M
Repo : epel
Nam
I want to upgrade my current running applications to latest version. But due to some package issue i am unable to install them.