Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Peter Lion on November 27, 2002, 01:31:01 AM
-
can anyone please tell me the difference between the scr and noarch rpms
thx.
-
A bit of "the blind leading the blind here", but I think that noarch are compiled and src arent, and src contains the source code not the binary code? Am I correct?
Cyrus Bharda
-
.src files are source files.
.noarch basically stands for not architecture dependent. You would have noticed by now how some rpm files have .ix86 in them. These means they are compiled for Intel x86 platforms. The .noarch files should work on other platforms as well as they are not tied to any specific platform (but could depend on other prerequisites).
Eg. An rpm made up of perl scripts or bash scripts can easily be a .noarch type file (as long as the target platform has perl / bash and any other dependencies installed).