Tagged Questions

0
votes
2answers
44 views

What is the centOS equivalent?

apt-get install devscripts What is the equivalent in centOS?
0
votes
0answers
61 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
40 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
24 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
78 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 …
1
vote
1answer
611 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
2answers
274 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
3answers
96 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
279 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
0answers
55 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
2answers
492 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
177 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
268 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 …
0
votes
3answers
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 …
1
vote
4answers
817 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?

1 2 next
15 30 50 per page