0
votes
4answers
2k views
Installing a specific package version with yum
I have a Fedora system with Postgres version 8.3 and I want to downgrade to 8.2 because of a compatibility issue. I've been using yum for everything, but it's my first time with t …
0
votes
4answers
20 views
Determining the path that a yum package installed to
I've installed ffmpeg using yum under Redhat, and I'm having difficulty figuring out where (what path) it installed the package to. Is there an easy way of determining this without …
0
votes
2answers
53 views
What is the centOS equivalent?
apt-get install devscripts
What is the equivalent in centOS?
0
votes
0answers
66 views
In CentOS, how do I update Pyhon 2.4.3 to 2.5? [closed]
I want python 2.5, not 3.0.
How to do yum update for this?
1
vote
1answer
640 views
Django on CentOS
I'm looking to use Django on a shared host that's running an unknown version of CentOS. My main problem is trying to interface with a database. The server has MySQL installed, but …
0
votes
0answers
81 views
Resolving missing dependency libexif.so.9 while trying to Yum install Mono on CentOS 5.3.3
Hey guys,
I'm trying to install Mono on CentOS 5.3.3 through Yum.
According to the instructions I found elsewhere I grabbed a copy of mono.repo from the Mono site and placed …
1
vote
1answer
25 views
how to use a private yum repo on amazon-s3 to provision amazon-ec2 instances?
My fantasy is to be able to spin up a standard AMI, load a tiny script and end up with a properly configured server instance.
Part of this is that I would like to have a PRIVATE y …
0
votes
0answers
96 views
In RHEL 5, yum cannot find python-devel [closed]
At work I need to use Red Hat Enterprise Linux (RHEL) version 5 on one particular server. I am experienced with Linux, but not much with RHEL (more with Debian and Ubuntu).
I wan …
0
votes
3answers
108 views
how do I find which rpm package supplies a file I’m looking for?
As an example, I am looking for a mod_files.sh file which presumably would come with the php-devel package. I guessed that yum would install the mod_files.sh file with the php-dev …
0
votes
0answers
61 views
yum: same settings on 2 servers, different results [closed]
I have CentOS running on 2 servers, both with yum 3.2.19. duplicity is showing up on one server but not the other. I checked the repolist and they match:
Server1:
[root@localhost …
0
votes
0answers
292 views
Using CentOS repository on a Redhat Installation
Does a Redhat installation support CentOS repository e.g I install Redhat and in the yum repositories I define it to use CentOS's repository?
0
votes
2answers
303 views
How does one easily add posix support to PHP using yum?
I am running CentOS 5.2 and using yum to manage packages. I have had little luck installing php-posix but know with almost 100% certitude that it is a real and available package... …
0
votes
2answers
516 views
Overriding yum dependency checks when newer versions of the dependent software exist
I'm using yum on CentOS 5.1 - I hand-compiled PHP 5.2.8 from source, but have other packages installed using yum. I need to install a PHP extension via pecl, and it requires phpize …
0
votes
1answer
194 views
Can yum tell me which of my repositories provide a particular package?
Hopefully short version of the question: If I'm on a machine that has a particular package installed, is there a yum command that will tell me which of it's configured repositories …
2
votes
2answers
286 views
Given an rpm package name, query the yum database for updates
I was imagining a 3-line Python script to do this but the yum Python API is impenetrable. Is this even possible?
Is writing a wrapper for 'yum list package-name' the only way to …
