http://www.perlmonks.org?node_id=999448

kurtcobain has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks, I want to build an RPM package that can be installed on any architecture and OS. Is it possible? I built a RPM package on Cent OS 6 . But i am unable to install it on Cent OS 5.
  • Comment on Rpm package for any architecture and OS

Replies are listed 'Best First'.
Re: Rpm package for any architecture and OS
by Mr. Muskrat (Canon) on Oct 17, 2012 at 14:23 UTC

    Yes, it is possible to do what you ask provided you are not trying to do something specific to OS or CPU architecture. It's called a noarch RPM. how to build a noarch RPM

Re: Rpm package for any architecture and OS
by Anonymous Monk on Oct 17, 2012 at 02:12 UTC