Top "Rpm" questions

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

How to make rpm auto install dependencies

I have built two RPM packages proj1-1.0-1.x86_64.rpm libtest1-1.0-1.x86_64.rpm proj1 depends on the …

linux installation package rpm yum
How to list the contents of a package using YUM?

I know how to use rpm to list the contents of a package (rpm -qpil package.rpm). However, this requires …

linux fedora rpm yum package-managers
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. …

centos rpm yum
yum error "Cannot retrieve metalink for repository: epel. Please verify its path and try again" updating ContextBroker

I'm trying to update Orion ContextBroker using the command yum install contextBroker. Unfortunatelly I get the following error: Loaded plugins: …

rpm yum fiware epel
How do I extract the contents of an rpm?

I have an rpm and I want to treat it like a tarball. I want to extract the contents into …

linux package rpm system-administration
Determining the path that a yum package installed to

I've installed ffmpeg using yum under Redhat, and I'm having difficulty figuring out where (what path) it installed the package …

linux redhat rpm yum
How to ignore conflicts in rpm installs

I have a bunch of rpm files in a folder. I am trying to install them using: rpm -ivh *.rpm …

linux unix rpm aix
setup.py examples?

After studying this page: http://docs.python.org/distutils/builtdist.html I am hoping to find some setup.py files …

python rpm
What is the minimum I have to do to create an RPM file?

I just want to create an RPM file to distribute my Linux binary "foobar", with only a couple of dependencies. …

rpm rpmbuild
Check RPM dependencies

When you are installing a programming using .deb packages on Ubuntu, you can check dependencies of package using Ubuntu Packages …

linux dependency-management rpm rhel