Tagged Questions
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
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 ...
0
votes
1answer
13 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
1answer
50 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
150 views
How to upgrade Ant to 1.8.1 in RedHat [closed]
I would like to upgrade Ant version to 1.8.1 (the current version is 1.7.1). I'm in Red Hat Enterprise Linux Server release 6.1 (Santiago).
I have tryed to run 'yum update ant' command but don't ...
0
votes
1answer
353 views
No emacs package on rpmforge (RHEL)
When trying to install emacs on RHEL 5.5, I get the following error:
$ sudo yum install emacs
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be ...
0
votes
1answer
1k views
Missing dependency libpq.so.4 on Centos 5 [closed]
Possible Duplicate:
pg_config, ruby pg, postgresql 9.0 problem after upgrade, centos 5
This is driving me mad.
I'm tring to install postgresql on a fresh Centos 5 installation and I get ...
0
votes
1answer
94 views
yum in rhel5.1 through internet
i am using redhat 5.1 versions .i need the rpm that automatically download from internet
similar to centos and ubuntu. see i have an old gcc. compiler i want to download the latest
version ...
0
votes
1answer
224 views
Automatically test dependencies of complex RPM set
I have a software suite of ~150 custom RPMs, with fairly complex dependencies between them:
the tree of dependencies for each package is usually about five levels deep
there are several packages ...
0
votes
1answer
289 views
Find out what is in a YUM Group (Red Hat)
When I run 'yum grouplist' in Red Hat - I received the following under the 'Available Groups' list.
How do I find out what packages are in a group (e.g 'Development Tools')? I would like to install ...