Top "Rpm" questions

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

How to produce platform-specific and platform-independent RPM subpackages from one .spec?

I have dunno.spec file with the following structure: Name: dunno Version: 1.0 ... BuildArch: x86_64 %description ... %package common Summary: Shared files …

rpm rpmbuild
rpm %config(noreplace) override with %config

In my rpm I have a full directory that I want to tag with %config(noreplace). There is a file …

linux rpm rpm-spec
creating a RPM to simply unpack a tar ball

I am writing a .spec file for a rpm that is simply going to unpack a tar ball into some …

rpm rpmbuild
How to install ImageMagick, ImageMagick-devel and PECL imagick on RHEL 8

It appears ImageMagick and ImageMagick-devel are removed from RHEL 8. I have added 3rd party repositories such as EPEL, REMI, & …

php imagemagick rpm rhel epel
Shipping *.so and binaries while building RPM package

I have created a python application in which I would like to ship .so and some binary files in the …

python rpm rpm-spec
Managing pip in an RPM environment

For our prod apps, we manage all packages in RPM. In a perfect yum-only world, this is fine. However, each …

python pip rpm yum package-managers
rpm scriptlet ordering for install/remove/upgrade using yum

I'm working on a bug in our rpm scriptlets which is probably originating from order in which our scriptlets are …

rpm scriptlet
rpmbuild error: Installed (but unpackaged) file(s) found

I am building a custom rpm to install apache, among other things. When i try and build i get the …

rpm rpmbuild rpm-spec
How to distribute Python/Django App via RPM

I've read over this question and I think that is a great start, but I'm looking for more insight. I …

python django rpm esx
Python RPM I built won't install

Because I have to install multiple versions of Python on multiple Oracle Linux servers which are built via a kickstart …

python rpm rpmbuild rpm-spec