2
votes
2answers
296 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?
1
vote
1answer
32 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 …
1
vote
1answer
695 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 …
1
vote
3answers
788 views
Why won’t my package upgrade with yum?
I'm trying to upgrade a package using yum on Fedora 8. The package is "elfutils". Here's what I have installed locally:
$ yum info elfutils
Installed Packages
Name : elfutils
Arch : x86_64
…
1
vote
4answers
952 views
Can yum be used to list the contents of a package?
I know how to use rpm to list the contents of a package (rpm -qpil package.rpm). Is there any way to do this with yum?
0
votes
0answers
34 views
Fedora yum repositories ? [closed]
Greetings all,
I come from Debian world and I installed Fedora 12 in my Macbook Pro.
When I try to install software , I noticed that I cant find the huge software list which had in Debian. (first …
0
votes
1answer
34 views
PCI Compliance + Magento + PHP version
I'm trying to get PCI Compliance for my dedicated server (Red Hat Enterprise Linux), which is running Magento. When I first installed Magento on the server, I realized that RHEL comes with a PHP …
0
votes
4answers
35 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
62 views
What is the centOS equivalent?
apt-get install devscripts
What is the equivalent in centOS?
0
votes
0answers
70 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
117 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
0answers
123 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
3answers
121 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 …
0
votes
0answers
64 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
364 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 …
