Top "Rpm" questions

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

RPM-Build -How to print error message at rpm install at client

my requirement is that i want to print some message on screen if rpm install fails in any case at …

rpm rpmbuild rpm-spec sharpmap
Set permissions after RPM install

I use this spec file to use RPM files Name: pack-agent Version: 1.0 Release: 1%{?dist} Summary: Linux Agent installation script Group: …

rpm rpmbuild rpm-spec
Using Hudson to build RPM packages

I've a C project set up in Hudson doing nighly builds, i've also an .rpm spec file used for creating …

hudson rpm
Disable rpmbuild automatic requirement finding

The default behavior of rpmbuild seems to be to scan every file in the buildroot for #! lines and add those …

centos packaging rpm rpmbuild
How to programmatically install the latest epel-release rpm, without knowing its version number?

My first post here, but I googled around and cannot find a simple way to do this. I have a …

centos rpm yum
rpmbuild %clean phase without removing files

I am getting the following in my build log: Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.CgE2Qn + umask 022 + …

rpm rpmbuild
multiple tar (source files) files in rpm.spec file

I have come up with a a centralized logging server on linux. At this point I am trying to consolidate …

linux centos rpm centos7
Command (wget) to grab all files with rpm extension from repository websites

Background- I'm trying to manually install a repo to cobbler because reposync isn't working for some reason. I need to …

linux wget rsync rpm repo
Exclude or delete directory path from %files in rpm.spec file

My spec files path looks like below : /opt/OV /opt/OV/NonOV /opt/OV/NonOV/ABCD /opt/OV/NonOV/ABCD/…

rpm rpmbuild rpm-spec
How do I find out w/YUM or RPM what files it installed?

I installed Fedora 16 last night and saw it had NoMachine's NX in the repo. I did a yum install nx …

linux fedora rpm yum