0
votes
4answers
23 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 resorting to …
0
votes
2answers
55 views
What is the centOS equivalent?
apt-get install devscripts
What is the equivalent in centOS?
0
votes
0answers
68 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?
0
votes
0answers
92 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 it in the …
0
votes
3answers
113 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-devel x86_64 …
1
vote
1answer
29 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 yum repo in S3 that …
0
votes
0answers
100 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 want to install …
0
votes
0answers
302 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?
1
vote
1answer
660 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 not MySQL-python. I …
0
votes
2answers
319 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...somewhere. Has …
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 this package manager, …
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 yum.repos.d]# yum …
0
votes
2answers
530 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 to be installed as …
0
votes
1answer
201 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 provided that …
2
votes
2answers
293 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 do this?
