Operating System - Linux
1753498 Members
4724 Online
108794 Solutions
New Discussion юеВ

Re: diff b/w i386.rpm and i686.rpm

 
SOLVED
Go to solution
Sharfuddin
Frequent Advisor

diff b/w i386.rpm and i686.rpm

what is the difference b/w xxxx.i386.rpm and xxxx.i686.rpm
likewise some rpms are xxxxx.noarch.rpm, so please also let me know whats this 'noarch' means???

Regards
Sharf
4 REPLIES 4
Bruce Copeland
Trusted Contributor
Solution

Re: diff b/w i386.rpm and i686.rpm

Packages with i386.rpm will work for any intel x86 architecture equal or later than 386 (ie. 386, 486, 586, 686). In most cases there is no real difference between these architectures, and so i386.rpm is all you find. In a few cases, one or more later architectures can be optimized. Then you may see packages with both i386.rpm and i586.rpm or i686.rpm. If you actually have the later architecture, you will benefit from using the i586.rpm or i686.rpm instead of the i386.rpm. It is NOT however necessary to use the later architecture. Linux distributions and packages are also produced for completely different architectures (for example, alpha). There are a handful of packages that will work on i386 or alpha, etc. These packages are given the noarch.rpm designation because they work with everything.

Bruce
Steven E. Protter
Exalted Contributor

Re: diff b/w i386.rpm and i686.rpm

The higher the number, may include optimisations for newer Intel compatible chips. On a practical basis, I've never had any trouble running these rpms on various hardware.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Martin P.J. Zinser
Honored Contributor

Re: diff b/w i386.rpm and i686.rpm

And just for completeness sake, "noarch" RPMs will not contain traditional executables, but stuff that works independend of the CPU architecture you use. These can be e.g. shell scripts, Perl scripts/modules, or Java classes.

Greetings, Martin
Sharfuddin
Frequent Advisor

Re: diff b/w i386.rpm and i686.rpm

Hi All
Now I got it, i m clear now.
THANKYOU so much

Sharf