Top "Rpm" questions

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

How do I compare Rpm versions in python

I'm trying to find out how I can compare 2 lists of RPMS (Currently installed) and (Available in local repository) and …

python regex rpm
Passing user defined argument to RPM is possible while installing?

Passing User defined argument to RPM is possible while installing?. for example: ~>rpm -i sample.rpm -license_path=/path/ …

linux rpm rpmbuild
rpmbuild change compression format

I try to pack some map files for our geoserver in an internal rpm package. For the build part, this …

compression rpm rpmbuild rpm-spec
Create RPM package from ANT script under Windows

I need to create an RPM package from an ANT script that runs on a Windows computer. This package must …

java ant installation rpm
CentOS 5.5 - symbolic link creation into RPM spec file

I need to create the following symbolic links into RPM file /bin/ln -sf libcrypto.so.0.9.8e /lib/libcrypto.so.0.9.8 /…

linux centos rpm centos5 rpm-spec
Error trying to sign RPM

I am trying to build and sign an RPM. I created my .rpmmacro file in the location I am building /…

rpm signing gnupg rpmbuild
RPM build error

I needed some help debugging my rpm build. Any time it encounters a %files or %build or %install directive it …

rpm rpmbuild
Can I use rpm to expand the macros in a specfile?

The concrete example being I have lots of specfiles with Source0: or other Source lines containing macros. How can I …

rpm rpm-spec
Build GCC 4.8.1 or higher on CentOS 6.5

I want to use GCC 4.8.1 or higher on a HPC machine with CentOS 6.5 which has a very old GCC. I …

gcc installation rpm centos6.5
Using Jenkins BUILD NUMBER in RPM spec file

Name: My Software Version: 1.0.5 Release: 1 Summary: This is my software Not sure if anyone has tried this before or if …

linux jenkins rpm rpmbuild rpm-spec