Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-24-2012, 06:58 AM
|
#1
|
Member
Registered: Aug 2012
Location: Australia
Distribution: Redhat, CentOS
Posts: 59
Rep:
|
Scientific Linux, suggestion
Dear All.
i want to download scientific linux and i found different versions of its latest release,
1: i386
2: x86_64
I want to install it on my laptop and desktop for learning purpose, which one is gna b da best option for me.
|
|
|
08-24-2012, 07:08 AM
|
#2
|
LQ Guru
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,415
|
Depends whether you've got a 32 (i386) or 64 (x86_64) bit machine; that's what those 2 options are...
|
|
|
08-24-2012, 07:12 AM
|
#3
|
Member
Registered: Aug 2012
Location: Australia
Distribution: Redhat, CentOS
Posts: 59
Original Poster
Rep:
|
I've got core2duo laptop and dell gx280 desktop.
as i googled lil bit ( i hope em right ) isn't i386 machines outdated like now everything comes 64bit support? in addition i found while googling that x86 also means 32 bit, if so, Y we have seperate option for i386 as x86_64 covers both?
Quote:
Originally Posted by chrism01
Depends whether you've got a 32 (i386) or 64 (x86_64) bit machine; that's what those 2 options are...
|
|
|
|
08-24-2012, 07:18 AM
|
#4
|
Member
Registered: Apr 2007
Location: West Virginia
Distribution: Ubuntu
Posts: 990
|
Quote:
Originally Posted by sudo_su
I've got core2duo laptop and dell gx280 desktop.
as i googled lil bit ( i hope em right ) isn't i386 machines outdated like now everything comes 64bit support? in addition i found while googling that x86 also means 32 bit, if so, Y we have seperate option for i386 as x86_64 covers both?
|
Not all machines are 64 bit, hence the option for both.
Also, please type out your words and do not use texting shorthand, ie "gna b da best option for me." should be "going to be the best option for me."
|
|
|
08-24-2012, 07:36 AM
|
#5
|
Member
Registered: Aug 2012
Location: Australia
Distribution: Redhat, CentOS
Posts: 59
Original Poster
Rep:
|
i found this on board,
Quote:
I'm no Linux Ninja or anything, but I do beleive that I386 means that the software is built and optimized for 386 class and up machines, x86 means it runs on the x86 architecture (286,386,486 etc) and x86_64 means that it runs on the 86 architecture aswell as the new Athlon 64 bit systems. I hope this helps, and of course, dont quote me on anything.
__________________
-Wh33t-
|
is this my clarification?? or i furtner need to google :S
|
|
|
08-24-2012, 08:11 AM
|
#6
|
Member
Registered: Apr 2010
Location: Bayreuth, Germany
Distribution: CrunchBang Linux (#!)
Posts: 111
Rep:
|
hi sudo_su,
the easiest way to check if your system is 32 or 64 bit is to open a terminal and type
Code:
cat /proc/cpuinfo | grep flags
if in the output that you get there is a flag named lm (stands for long mode) then your system is 64 bit.
|
|
1 members found this post helpful.
|
08-24-2012, 08:19 AM
|
#7
|
Member
Registered: Aug 2012
Location: Australia
Distribution: Redhat, CentOS
Posts: 59
Original Poster
Rep:
|
dear,
this is what i get,
Quote:
cat /proc/cpuinfo | grep flags
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dts tpr_shadow vnmi flexpriority
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dts tpr_shadow vnmi flexpriority
|
are these two "lm"s u are talking about?
Quote:
Originally Posted by VDP76
hi sudo_su,
the easiest way to check if your system is 32 or 64 bit is to open a terminal and type
Code:
cat /proc/cpuinfo | grep flags
if in the output that you get there is a flag named lm (stands for long mode) then your system is 64 bit.
|
|
|
|
08-24-2012, 08:36 AM
|
#8
|
Member
Registered: Apr 2010
Location: Bayreuth, Germany
Distribution: CrunchBang Linux (#!)
Posts: 111
Rep:
|
Quote:
Originally Posted by sudo_su
Code:
cat /proc/cpuinfo | grep flags
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dts tpr_shadow vnmi flexpriority
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm ida dts tpr_shadow vnmi flexpriority
|
I meant lm alone, which you have anyway (see the bold highlighting in your quote)..so you system is 64 bit.
A 32 bit OS would work anyway, you would just need some ia32 package for compatibility.
Please, when you post commands, outputs or similar, use the [CODE] tags, it makes the thread more easy to read.
|
|
1 members found this post helpful.
|
08-24-2012, 08:46 AM
|
#9
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,647
|
a word of warning
SL6 has even LESS documentation than CentOS6 has
so you will need to be able to port the RHEL / CentOS and Fedora documentation for use in SL6
and by less i mean almost NONE .
|
|
|
08-24-2012, 09:02 AM
|
#10
|
Member
Registered: Jul 2012
Location: West Bengal,India
Distribution: Ubuntu 14.04,Fedora 20,Windows 7
Posts: 111
Rep:
|
Quote:
Originally Posted by VDP76
the easiest way to check if your system is 32 or 64 bit is to open a terminal and type
Code:
cat /proc/cpuinfo | grep flags
if in the output that you get there is a flag named lm (stands for long mode) then your system is 64 bit.
|
He's right. Check and revert back your result in here.
|
|
|
All times are GMT -5. The time now is 09:44 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|