Toggle navigation
Koozali.org: home of the SME Server
Community
Forums
Bugs
Lists
Forum Help
Download
SME Server ISOs
Contribs
Documentation
Manual
Wiki
FAQ
HowTo
Donate
Search
Login
Register
Login
Register
×
Close
Login
Remember me
Koozali.org: home of the SME Server
Legacy Forums
General Discussion (Legacy)
Topic:
src and noarch files
« previous
next »
+
Print
Pages: [
1
]
Go Down
src and noarch files
2 Replies
849 Views
Peter Lion
src and noarch files
«
on:
November 27, 2002, 01:31:01 AM »
can anyone please tell me the difference between the scr and noarch rpms
thx.
Logged
Cyrus Bharda
Re: src and noarch files
«
Reply #1 on:
November 27, 2002, 02:37:22 AM »
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
Logged
Kelvin
Re: src and noarch files
«
Reply #2 on:
November 27, 2002, 11:12:23 AM »
.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).
Logged
+
Print
Pages: [
1
]
Go Up
« previous
next »
Koozali.org: home of the SME Server
Legacy Forums
General Discussion (Legacy)
Topic:
src and noarch files