Tagged Questions

yum is a software package manager that installs, updates, and removes packages on RPM-based systems.

learn more… | top users | synonyms

18
votes
4answers
8k 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?
5
votes
3answers
6k 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 ...
4
votes
2answers
206 views

Installing perl module: cpan shell vs rpm/deb

I just wonder - are there any advantages to installing perl modules from the cpan shell compared to installing them by package management? Apart from occasionally having quicker access to the latest ...
4
votes
3answers
2k views

Installing Git in Home Directory - CentOS 5 - NO ROOT

At work, development doesn't have revision control. By this I mean that we are only allowed to check into the P4 depot when the change set is ready for regression testing. We can't check in ...
3
votes
2answers
120 views

How to know the system is Debian or CentOS in Python?

I want to write some install scripts by python, it should know the OS to choose either apt command or yum command. It seems sys.platform can tell 'win32' or the others, but how to know it is working ...
3
votes
3answers
570 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 ...
2
votes
3answers
100 views

Determine if package installed with Yum Python API?

TLDR; I need simple a Python call given a package name (e.g., 'make') to see if it's installed; if not, install it (I can do the latter part). Problem: So there are a few code examples given in ...
2
votes
2answers
69 views

Executing yum installer using java Runtime.exec() and capturing its download progress

I'm facing a problem from past few months. I have tried hard to find a solution. I'm using Java over Fedora 14 The problem is, I'm trying to download and install a package using Runtime.exec("yum -y ...
2
votes
1answer
52 views

How do I find out w/YUM or RPM what files it installed?

I installed Fedora 16 last night and saw it had NoMachine's NX in the repo. I did a yum install nx and it says it installed correctly, but for the life of me I can't find the .service or ...
2
votes
2answers
231 views

Trouble Installing Git on CentOS

I'm having trouble installing Git on CentOS 5.5 x86_64. I'm not an expert at this type of thing, what's the problem? root@server [/]# yum install git Loaded plugins: fastestmirror Loading mirror ...
2
votes
1answer
130 views

Attempting to install gearmand on AWS Linux EC2, yum can't find necessary packages with default repos

I'm attempting to install gearmand on a micro EC2 instance running Amazon Linux 64 bit by following this guide: http://planet.mysql.com/entry/?id=28654 But I'm running into a problem with sudo yum ...
2
votes
1answer
851 views

How to install iconv-devel on CentOS 5.6?

After installing rvm on CentOS 5.6 and run rvm notes: dependencies: # For RVM rvm: yum install -y bash curl git # NOTE: For git you need the EPEL repository enabled # For Ruby (MRI & Ree) ...
2
votes
2answers
207 views

Amazon Linux AMI EC2 - librrd.so.2 dependency issue

I am attemping to install OpsCenter for Cassandra, and using the the standard REHL image. I can't figure out how to get this to work. Another version of EPEL perhaps? yum install opscenter.... ...
2
votes
2answers
388 views

Yum install ffmpeg can't find repomd.xml

I am trying to install ffmpeg on an EC2 instance, by doing the following: (1) Editing: '/etc/yum.repos.d/dag.repo' and inserting: '[dag] name=Dag RPM Repository for Red Hat Enterprise Linux ...
2
votes
4answers
2k 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 ...
2
votes
2answers
3k 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 ...
2
votes
2answers
921 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
2answers
30 views

How do I echo a period every 2 seconds while 'yum -y update' is running?

I am writing a script to do some default configuration of customers' servers, and have it nearly working 100%. What I cannot figure out is how to run yum -y update in some kind of a loop that echoes ...
1
vote
2answers
101 views

how to ensure yum install was successful in a shell script?

I have a shell script which checks if there is an internet connection (by pinging google), and then calls yum install packageA packageB --assumeyes How would I confirm that the packages were ...
1
vote
0answers
20 views

I would like to rebuild a centos server, how can I duplication/download the yum repo seting to the new server? [closed]

I got a dell centos 5.5 server and install some of the open source like joomla and magento. I cannot remember which yum I have updated and which yum repo I have installed. How can I setup I new new ...
1
vote
1answer
90 views

Validating a yum repository for dependencies

I am trying to create a custom rhel5.5 repository for my usage and I am having a hard time validating if I have all the dependencies for every package in my repository. What I would want to do is do ...
1
vote
0answers
51 views

APC and supporting packages installed but apc not working

I've installed php-pear, php-devel and httpd-devel. All x86.64 version. I've also installed apc (via pecl). I used yum to install the packages. I have added apc.so to php.ini (the correct php.ini too) ...
1
vote
2answers
1k views

Linux - Yum Install GCC - Missing Kernel-headers

When ever i try to install GCC on my linux (centos) It comes back with missing glibc-headers-2.5-58.el5_6.4.x86_64 from updates has depsolving problems --> Missing Dependency: kernel-headers is ...
1
vote
1answer
360 views

How to install Cron on EC2 Instance [closed]

Does Cron come preinstalled on the EC2 linux instances, or do I have to install it separately from yum or anything?
1
vote
2answers
162 views

MySQLdb module installation problem for python

I installed MySQLdb module in centos VPS using yum and it says successfully installed producing no error. but when I browse the python site it displays the error. "Error loading MySQLdb module: No ...
1
vote
2answers
130 views

Mass extraction of provides from yum?

I have a set of yum repositories. I have a large collection of rpms from http://pkgs.repoforge.org/. I don't want to import some of those rpms due to conflicts that they would cause. I'd like to ...
1
vote
1answer
96 views

Side by side RPM versions

What is the "right" way, if any, to design RPMs so that multiple versions can be installed via YUM/RPM side by side without stomping on each other? For libraries, the right answer seems to be related ...
1
vote
2answers
152 views

How to make yum also install debug symbols?

yum install libevent-devel How to make it also install debug symbols??
1
vote
1answer
310 views

centos 5.5; yum broken; need command line subversion client (will be retrieving files from a remote repository)

Evidently, getting subversion would be a piece of cake, if only yum weren't broken. Moreover, just about everywhere I search for info on installing subversion takes it for granted that yum is ...
1
vote
1answer
468 views

pointing to a different yum repository

I am not sure if this is possible or if there's any easier way but I am trying to install a software package but its not available when I search for it within Yum. I read their documentation and they ...
1
vote
1answer
331 views

Problem installing php-devel on Fedora 8 (running PHP 5.2.14)

I'm trying to install php-devel, but getting a dependency error: Error: Missing Dependency: php = 5.2.4-3 is needed by package php-devel I googled around a bit but couldn't find anything too useful. ...
1
vote
3answers
379 views

Resolve rtld(GNU_HASH) dependency in yum

I'm trying to install a package but can't seem to complete the process. I receive the following error when I attempt to install... Error: Missing Dependency: rtld(GNU_HASH) is needed by package ...
1
vote
2answers
2k views

How to list installed packages from a given repo using yum [closed]

I want to list all packages I have installed on a system from a given repo using yum. Usually to do this I use yum list installed | grep "something". But now I am faced with a problem. The repo I am ...
1
vote
3answers
3k views

Memcached installing issues

I am trying to install memcached to REDHAT Enterprise 5.5 x86_64 I have tried: root@sv [~]# yum -y install memcached then recieved below error --> Running transaction check ---> Package ...
1
vote
1answer
50 views

Yum failing conditions

I would like to now what happens if yum starts updating and during update user (force)shuts down computer ? What are the dangerous parts of update process if user shut down pc ?
1
vote
2answers
110 views

Best practices to make an Installer - Can I use Yum

I am new to installers and up until now have just been manually executing a line by line list of items to install. Clearly this is not a scaleable approach, especially when new servers need to be ...
1
vote
1answer
302 views

Can this package be recompiled

Hello I asked this question to superuser but I did not get a good question there and i really need the answer. I know some of you here can answer this question. I have installed nginx via yum. Now I ...
1
vote
1answer
261 views

Development packages for X11 for CentOS

Some one know what are development packages for X11 for CentOS 3? Thank you for ahead
1
vote
2answers
1k 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 ...
1
vote
3answers
2k views

Determining the path that a yum package installed to [closed]

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 ...
1
vote
2answers
893 views

What is the centOS equivalent?

apt-get install devscripts What is the equivalent in centOS?
1
vote
1answer
959 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 ...
1
vote
2answers
2k 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 ...
1
vote
3answers
3k 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 ...
0
votes
0answers
3 views

Transaction check error on yum-update for package libedit

I'm fairly new to managing a server (sandbox development on a linode VPS), and I haven't run updates in a while. I just decided to login as root and run "yum update" to update all of the software ...
0
votes
1answer
12 views

Yum install of home-made RPM giving error

I am trying to isntall something using "yum install my.rpm" The problem is I am getting TypeError: an integer is required error: python callback <bound method RPMTransaction.callback of ...
0
votes
4answers
48 views

Fedora updates make Eclipse forget Java

(Not sure if this is an okay place to ask, but i'll try). After installing some updates in Fedora 16, Eclipse no longer knows how to use Java files. It can't make them, or compile them, or format the ...
0
votes
1answer
43 views

How to install Mercurial on my Red Hat Linux machine without using “yum” command?

I have been trying to install Mercurial binary packages on my Red Hat Linux machine. According to the install instructions, I should type command "yum install mercurial". However, in order to use the ...
0
votes
0answers
46 views

Cannot install yum-utils to resolve broken installation due to conflict

I am trying to install yum-utils package to resolve a broken installation, but it fails due to a conflict: sudo yum install yum-utils --skip-broken returns Loaded plugins: fastestmirror, ...
0
votes
0answers
38 views

Installing Vanish Cache 3.0 on Amazon EC2

Just a quick question to see if anyone knows how to install Varnish Cache 3.0 on an Amazon EC2 Instance without having to build from source? I have previously installed on many servers running Ubuntu ...

1 2 3