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
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
It is in the epel repo:# wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-rele... [by larwood]
I can't install any php extension
Epel repository enabled
Yum is updated
yum repolist shows
repo id repo name status
base CentOS-6 - Base 5,932+362
epel Extra Pack
Background info
I'm currently running CentOS (or Red Hat?).
uname -a gives (I edited out my domain name)
Linux XXXXXXXXX.com 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011 x86_64 x86_64 x86_64 GNU/Linux
cat /etc/issue gives
CentOS release 6.2 (Final)
Kernel \r on an \m
and `cat /proc/version' gives
Linux version 2.6.32-71.29.1.el6.x86_64 (mockbuild@c6b5.bsys.dev.centos.org)
I want to upgrade my current running applications to latest version. But due to some package issue i am unable to install them.
We are automating some deploy scripts which uninstall/install RPMs. I've seen on more than one of our hosts that rpm -qa returns something like:
# rpm -qa | grep tcl
tcl-8.5.7-6.el6.x86_64
tcl-8.5.7-6.el6.x86_64
tcl-8.5.7-6.el6.x86_64
tcl-8.5.7-6.el6.x86_64
tcl-8.5.7-6.el6.x86_64
tcl-8.5.7-6.el6.x86_64
How does this happen using rpm -e and rpm -i? And is there a way to prevent this?
Hi there,
yesterday I upgrade Slackware 14 64bit (with multilib) XFCE.