Top "Rpm" questions

RPM Package Manager (RPM) is a package management system for unix based operating systems.

How to install .rpm on Ubuntu?

I am an ubuntu user, however I need to install a printer driver which is a RPM (*.rpm) file (Sorry …

ubuntu installation rpm
How to reinstall rpm package?

I have installed a package from .rpm file and it is stored in /opt. After some configuration I found that …

package rpm reinstall
Displaying information on non-installed RPM package?

I googled for this, but couldn't find how to query a non-installed RPM file for its information: # rpm -qa blackfin-jtag-tools-09…

package rpm
extract the spec file from rpm package

Is there any way to extract the spec file from rpm package ( I have only RPM file ) not by rpm …

linux rpm rpmbuild rpm-spec
How to add compiler include paths and linker library paths for newly installed Boost?

I have RHEL 5.2, with Boost 1.33 installed. I downloaded boost_1_44_0.tar.bz2. and built it. On completion it showed: The Boost …

c++ linux boost build rpm
Best way to install MySQL 5.6 on Centos 6.4

I just installed Centos 6.4, and installed MySQL using the version that came with the Centos distribution. To my dismay, it …

mysql linux centos rpm yum
rpm installation fails due to depencency /bin/sh not found

i am trying to install a package using rpm, for which i have created a different database using rpmdb --initdb …

linux rpm
Dependency Resolution Fails on Installed Library

I'm trying to install a rpm and get following error: ---> Package geramer-server.x86_64 0:3.6.0.117-1 will be an update …

rpm
How do I use rpm to update/replace existing files?

I have several applications that I wish to deploy using rpm. Some of the files in my application deployments override …

deployment configuration lamp rpm
What's the root cause of error "Failed dependencies: /bin/sh is needed by xxx" on RHEL?

When I install a rpm package on RHEL using rpm, I got a error message just like "Failed dependencies: /bin/…

sh rpm rhel