.rpm is the file-format used by the RPM Package Manager (originally the Red Hat Package Manager), found primarily in Red Hat Linux and its derivatives.
0
votes
0answers
297 views
use i3 tiling window manager in RHEL 5
For some time I have been using the i3 tiling window manager in Ubuntu. However at my new company we use RHEL5. I would dearly love to port over all my configs but Im having some trouble...
An ...
0
votes
1answer
3k views
Skype not working in CentOS 6.2
I tried to install Skype on CentOS 6.2. I downloaded Skype's rpm package from here and tried this command to install – but it's giving an error like this:
[root@localhost Downloads]# rpm -ivh ...
1
vote
2answers
76 views
What comes after the underscore in an RPM version string?
I'm getting dependency conflicts when trying to run a simple yum update. I notice that in some cases, it's looking for a package called foo w.x-y.z.el6 while the repo only has foo w.x-y.z.el6_a.b, ...
0
votes
1answer
692 views
RPM Build Failing in %build
I've trying to create a Samba RPM for an old version of Fedora. There aren't any available to download on the internet so I've got the source code.
So far I have the five standard directories /BUILD, ...
0
votes
1answer
220 views
PHP 5.4.3 RPM and steps of installation?
Can someone please point me a PHP 5.4.3 RPM that includes mysql and PDO ?
I appreciate if someone can guide me or give me link to step by step installation of rpm.
I have redhat linux.
(gcc version ...
0
votes
1answer
3k views
Steps to install PHP 5.4.3 from rpm and yum?
I got a link saying following steps of installation of PHP 5.4.3.
rpm -Uvh http://repo.webtatic.com/yum/el6/latest.rpm
yum install php54w
Can i use above method safely?
Or any other rpm that i ...
2
votes
1answer
142 views
yum/RPM depend on generic package (like “provides” in other package managers)
I'm trying to figure out how to make a package of mine depend on anything that provides "java", but I'm not sure what to even look up. Apparently "yum provides" is a command for finding out which ...
0
votes
0answers
70 views
Mock --init failing on perl command
I have a rather unique situation here that about 2 hours of googling couldn't help me with.
I'm building a project using Cmake that will eventually generate rpms for target architectures using mock. ...
0
votes
2answers
500 views
RHEL 5 Yum Repository from DVD
I have a Red Hat 5 system installed from a Official DVD.
At times, I need to install packages from the DVD at a later stage. Whenever I need to do that, I have install RPMs one at a time through a ...
0
votes
2answers
892 views
Fedora 16 is not retrieving the mirror list
I have Fedora 16 installed; it gives me some errors/warnings when updating, and installing software through yum.
Could not retrieve mirrorlist ...
3
votes
1answer
128 views
Is it possible to have two package management systems (.deb and .rpm) on one system?
Is it possible to have more than one package management system on one system?
Example: RPM, deb and .txz on the same partition of Ubuntu.
If it isn't possible, why not?
0
votes
1answer
999 views
Wrong RPMforge Installed
I am running CentOS 6.2 and I installed RPMforge EL5 by mistake and I need to uninstall it and install RPMforge for EL6. How can I do that?
1
vote
1answer
575 views
Is it possible to get user's input during installation of rpm?
Is it possible to get input from a user during an rpm installation?
I have a script that works by itself (taking input from a user and doing actions) but when run as part of the post install of an rpm ...
0
votes
3answers
182 views
Linux and rpms and apps best practices?
I have an application to be delivered as an RPM.
I don't know very good Linux.
What is best. Should the application start automatically on RPM installation or should the user manually start it from ...
0
votes
1answer
2k views
Get the process id from ps -ef grep (or Stop an application before removing it)
I have an rpm and I want on uninstall to check if my application is running and if it is stop it before running the uninstall.
My service runs under a specific user.
How can I do this using bash in ...
0
votes
2answers
130 views
Rpm spec confusion on rights and attributes
What is the difference between %attr and %defattr and are the rights applied recursively to a file structure delivered by an rpm?
0
votes
1answer
212 views
unable to run OpenOffice from text mode
I have installed OpenOffice in Redhat5 in text mode. When I tried to start OpenOffice using the command:
sudo /usr/lib/openoffice/program/soffice "-accept=socket,host=localhost,port=8100; ...
0
votes
1answer
300 views
where to download yum-utils-1.1.16-21.el5.noarch.rpm?
I am trying to install yum-utils package,yum-utils-1.1.16-21.el5.noarch.rpm, for RedHat linux. However, I could not find where to download it form. Anyone has any idea ? Thanks
2
votes
2answers
4k views
how to install a chrome on my RHEL 5.3 box
I'm trying to install latest chrome on my RHEL 5.3.
[foo@bar Downloads]# rpm -ivh "google-chrome-stable_current_x86_64(4).rpm"
warning: google-chrome-stable_current_x86_64(4).rpm: Header V4 DSA ...
0
votes
1answer
131 views
what is rpm fusion in layman and how it is related to installing vlc?
Recently i installed VLC Player on fedora. Since i am a new user for linux i installed it without knowing what am i doing. I just followed the instructions. First i installed a rpm file for ...
4
votes
3answers
8k views
install sun java 6 and sun java 7 side-by-side on linux (fedora 16) using rpm
This is what I would like to achieve, but I'm failing (I'm a newbie in Linux).
I have a Fedora 16 box (64 bit) and would like to install multiple versions of oracle java (java 6 and java 7 for the ...
1
vote
2answers
769 views
how to update svn package on RHEL 5.3?
I have 1.4.2 version of svn on my RHEL 5.3 box. I tried updating and I get the following message. What should I do ?
[foo@bar adminui]# svn --version
svn, version 1.4.2 (r22196)
compiled Sep 1 ...
1
vote
1answer
1k views
Where does yum save the rpm's it downloads?
Is there a temporary folder I can find the RPM's that yum downloads to install programs? During an installation yum shows the exact name of the RPM file but I don't know how to find it. How can I ...
1
vote
1answer
701 views
Can someone explain why LWP::Simple is satisfied by perl-libwww-perl?
Installing Munin on RHEL 6 from RPM available at, http://pkgs.repoforge.org/ most installs were ok but when installing munin-node got this:
rpm -Uvh munin-node-1.2.5-1.el5.rf.noarch.rpm
warning: ...
4
votes
3answers
4k views
Install gcc 4.7 on CentOS
What would be the easiest way to install gcc 4.7 on a system with CentOS 6.2 ? The refault rpm package contains an older version of gcc.
2
votes
2answers
3k views
WD “My Book Studio” 2TB - rpm? [closed]
The rpm rating of this drive doesn't seem to be listed anywhere. Not on the box, not in the manual, not online, not even on Western Digital's website. I even called them but they were evasive, ...
1
vote
2answers
359 views
Man command not installed (fedora)
For some strange reason, when I got my installation of fedora, man command was missing. I have already install development tools packages - but still no luck.
I checked all the usual suspects: PATH, ...
1
vote
1answer
120 views
How can Yum tell me the version of depencencies?
I've installed a package with Yum (Varnish 3.0.2). However, a feature I need has been removed so I need to roll back.
According to the documentation, the feature was removed in 3.0-Beta, so I wanted ...
0
votes
1answer
52 views
Fetch a variable value from the target server in RPM
I want to read a variable value from the target server in the %install script. When I try to package the script, it searches the file where I am packaging and fails to find it. Is there any option to ...
1
vote
1answer
70 views
How to know the version of RPM during installation
I have created a script for deployment using YUM and RPM. During the pre script, is it possible to know whats the version of the rpm I am deploying.
I want to create a backup file with the version ...
1
vote
2answers
270 views
How do I tell RPM which software version to use?
I'm trying to install the Subversion SWIG Python libraries so that I can use them with Trac.
The environment is RHEL5, and for some reason the RedHat repositories for yum are unavailable, so I had to ...
1
vote
4answers
261 views
Yum : searching for a package with binary name
Is there a way to search a package using the binary name.
for example I want to find rpm package for command "ls" then it should be coreutils-6.9-10.4.i586 for example.
1
vote
0answers
53 views
How to prevent the RPM from freezing?
I've tried to install several things using redhat's RPM, but every time I try it freezes when the progress bar arrives to "Processing Headers"
I've tried rebuilding the rpm's database
rpm ...
4
votes
4answers
3k views
How do I get yum to see updates to a local repo without cleaning cache?
I have set up a local yum repository which I use to install test builds. For the testing purposes, my packages are versioned by <svn version number>.<date>.<time> (e.g. ...
2
votes
1answer
2k views
Why does Puppet keep installing a package even if it is already installed?
I use the package install attribute to ensure that given package X is installed.
However, even though the package is installed, puppet tries to install it over again and of course exits with an ...
0
votes
1answer
265 views
rpm spec file with 'cat' problem
Im writing spec file in which i want to place script to run process from init.d directory. Here it is a part of SPEC file:
%prep
%{__cat} <<EOF > myapp.run
prog="IMG APP BACKEND"
...
1
vote
1answer
72 views
Upgrading software packages from CLI in Linux from some online repo
I am on CentOS and have tried the following:
[root@XMPP tigase]# rpm -Uvh MySQL-server-5.5.15-1.linux2.6.x86_64.rpm
error: open of MySQL-server-5.5.15-1.linux2.6.x86_64.rpm failed: No such file or ...
0
votes
1answer
261 views
My Book Essential 3.0 RPM
I just bought a WD My Book Essential 3.0 with 1TB and USB 3.0. The code for the product is WDBACW0010HBK.
How can I find out what RPM it has? There is no mention in the manual and the official site ...
0
votes
3answers
1k views
Amazon Linux AMI release 2010.11.1 corresponds to which RHEL version (4/5/6)?
I am using the default Amazon Linux AMI in an EC2 instance - Amazon Linux AMI release 2010.11.1. I can see that it's a Redhat based system, but after trying many tools (/etc/issues, uname -a, ...
3
votes
1answer
82 views
Install rpm packages using file globbing with errors
I found a rpm feature. If you rpm install * and one of the packages fails to install then none of the remaining packages will be installed.
Does anyone know how to use rpm to install packages with ...
0
votes
0answers
281 views
RPM installation returning exit code 1
I'm working on an embedded system and have created a bunch of RPMs. The following problem is present in some of the RPMs.
When I install/upgrade version 2 of the RPM on top of version 1 or install ...
1
vote
2answers
561 views
How to keep Virtualbox from being uninstalled by kernel update in yum
I use fedora, and installed virtualbox-ose from rpmfusion. It seems that the virtualbox-ose is compiled against certain kernel versions. If I update kernel with yum update, virtualbox-ose will be ...
0
votes
2answers
198 views
Odd RPM behaviour, installed but not at the same time?
I'm having issues with Java on my RedHat virtual machine. So I went to Oracle's site to download the newest version of JRE and JDK. I got the RPM and did an rpm -i to install, but it tells me its ...
1
vote
1answer
538 views
How do I find what RPM package provides a system executable with Fedora?
Want package provides gnome-sound-recorder in Fedora?
5
votes
2answers
4k views
How to get list of dependencies of non-installed RPM package?
apt-cache show <package> shows also it's dependencies.
yum info <package> does not show dependencies, but it obviously know them.
How to ask yum for dependencies of specified package?
1
vote
1answer
465 views
Problems installing Subversion Perl
I'm trying to setup Bugzilla's VCS integration with Subversion.
I've installed the CollabNet Subversion client CollabNetSubversion-client-1.6.16-1.i386.rpm which installs its libs to ...
1
vote
2answers
130 views
How to configure the path while installing new plugin in linux?
Whenever I need to install something on Xentos, I found rpm or tar balls.
I want to know what is difference between two.
Also if I need to install something for php but I have installed on different ...
5
votes
2answers
8k views
How do I downgrade packages easily with Yum?
Apparently, Fedora's yum has the ability to downgrade. I find this useful because abhorrently they feel they need to break NetworkManager on a stable upgrade. In multiple ways.
How do I downgrade ...
0
votes
1answer
359 views
RPM thinks something is removed: can't remove, yet thinks something is installed: can't installed
When I attempt to install a package, rpm tells me that it's already installed. When I try to remove that same package, it tells me that it's not installed. Forcing installation fails (presumably ...
1
vote
1answer
184 views
What are the advantages of a group package in yum over an rpm that depends on everything else?
On our local repository, we'd like to create a "product" install that includes all of our packages. The two ways that seem possible to do this is do create a "blank" package called 'product' that ...