LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 07-17-2013, 07:00 AM   #1
basparky
LQ Newbie
 
Registered: Jul 2013
Posts: 1

Rep: Reputation: Disabled
Smile Considering Linux if I can load a x86 program onto a x64 computer


Howdy,
I've heard great things about Linux.
I still use Windows 7 on my home laptop but am having a difficult time loading a 32 bit program onto my 64 bit computer.

Will downloading Linux afford me the ability to do so?
I really don't want to purchase the 64 bit version of the program I'm trying to download.

Thanks in Advance!

Basparky
 
Old 07-17-2013, 07:16 AM   #2
scottro11
Member
 
Registered: Jun 2009
Location: NYC
Posts: 263

Rep: Reputation: 59
Generally, 32 bit programs will run on 64 bit computers. For example, on Fedora, if one uses the command line yum package manager, it will pull in all necessary 32 bit libraries that are needed by that 32 bit program.

You might specify the program you have in mind, then someone can give a more definitive answer. Generally speaking, however, I can't think of a 32 bit program that failed to run for me on 64 bit Linux.
 
1 members found this post helpful.
Old 07-17-2013, 07:36 AM   #3
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

Welcome to LQ!
Quote:
Originally Posted by basparky View Post
Howdy,
I've heard great things about Linux.
I still use Windows 7 on my home laptop but am having a difficult time loading a 32 bit program onto my 64 bit computer.
What problems are you experiencing? Please considering reading the following FYI to aid you for future posting(s).
Quote:
FYI: Netiquette is a set of social conventions that facilitate interaction over networks, ranging from Usenet and mailing lists to blogs and forums.

FYI: I suggest that you look at 'How to Ask Questions the Smart Way' so in the future your queries provide information that will aid us in diagnosis of the problem or query.
Quote:
Originally Posted by basparky View Post
Will downloading Linux afford me the ability to do so?
I really don't want to purchase the 64 bit version of the program I'm trying to download.

Thanks in Advance!

Basparky
NO!
Installing a Gnu/Linux will afford you the abilities to utilize programs developed for Linux. Sure you could use a Virtual Machine(VM) to host other clients to provide the ability to run native code within the client OS. Remember, if you are experiencing issues now you will experience the same issues in a OS within a vm. Code for a MS based OS will run within that OS. 32 bit & 64 bit are arch for a particular system. Of course you could use 'Wine' for Linux;
Quote:
WINE <- Open Source Windows API on top of X, OpenGL, & Unix.
WINE Application Database (AppDB) <- Information on application compatibility with Wine
Quote:
(Linux is Not Windows) <- 'Refer to the GNU/Linux OS and various Free & Open-Source Software (FOSS) projects under the catch-all name of "Linux". It scans better.' + Great Article

Comparison of Windows and Linux <- 'Comparisons between the Microsoft Windows and Linux computer operating systems are a long-running discussion topic within the personal computer industry.' + Great Wiki
Linux-Newbie provides useful links to hopefully help you to understand things as a newbie to Linux.

Quote:
Just a few more links to aid you to gaining some understanding. Sure some may seem beyond a newbie but you must start somewhere;



Linux Documentation Project
Rute Tutorial & Exposition
Linux Command Guide
Utimate Linux Newbie Guide
LinuxSelfHelp
Bash Beginners Guide
Bash Reference Manual
Advanced Bash-Scripting Guide
Linux Home Networking



The above links and others can be found at '
Slackware-Links'. More than just SlackwareŽ links!
Hope this helps!
 
Old 07-17-2013, 07:58 AM   #4
rtmistler
Moderator
 
Registered: Mar 2011
Location: USA
Distribution: MINT Debian, Angstrom, SUSE, Ubuntu, Debian
Posts: 9,882
Blog Entries: 13

Rep: Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930Reputation: 4930
I think it matters what particular program you're running. Does it require libraries or DLL files to run? If it is a stand-alone executable, then it will help. Unfortunately, many programs would be compiled to use the standard OS supplied input/output libraries; much like in C when you use stdio.h. And there's a difference between Linux and Windows at the point where the libraries come into play. The linker which created that program informed it how to locate the standard OS libraries for a particular type of OS.

Linux has an environment available, Wine; which allows Windows programs to run under Linux, because a Windows environment is embedded like a virtual OS, on your Linux machine. I used it a long time ago, it was a trade-off, but it did work. Meanwhile I had a relative who used it extensively and always asked me support questions. I didn't get the impression that it worked on an everyday basis as well as they'd have liked. They were into gaming so a lot of it was performance of graphics.

And sorry to hear of your plight. We have a similar dilemma in our company. Some of the design tools no longer exist, but we have the binaries which formerly ran on things like W95 and absolutely cannot run on 64-bit machines. So we maintain a few old machines and only boot them when we wish to use the utilities, always looking for replacements, or finding alternatives because as good as the tools were, there are alternatives such as writing replacement utilities on our own.
 
Old 07-17-2013, 08:33 AM   #5
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
"Will downloading Linux afford me the ability to do so?"
Quote:
Originally Posted by rtmistler View Post
... always looking for replacements, or finding alternatives because as good as the tools were, there are alternatives such as writing replacement utilities on our own.
So, Linux: yes...more info\fun definitely always good too. (dual boot Linux and Linux ofcourse)

Last edited by jamison20000e; 07-17-2013 at 08:40 AM.
 
Old 07-17-2013, 08:33 AM   #6
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Quote:
Originally Posted by basparky View Post
I still use Windows 7 on my home laptop but am having a difficult time loading a 32 bit program onto my 64 bit computer.

Will downloading Linux afford me the ability to do so?
I really don't want to purchase the 64 bit version of the program I'm trying to download.
Most Linux distros are multi-lib compatible, which means they will have no problem running a 32-bit binary on a 64-bit machine. However, chances are they will not be able to run a Windows binary (32 or 64 bit), simply because Windows binaries are not compatible with Linux. Some simple Windows programs can run in WINE, but otherwise you'd need to set up a virtual machine running a real Windows OS, which brings you back to your current dilemma. That is unless the program you're referring to is offered in a Linux version as well.

Last edited by suicidaleggroll; 07-17-2013 at 08:37 AM.
 
Old 07-17-2013, 08:34 AM   #7
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by basparky View Post
I still use Windows 7 on my home laptop but am having a difficult time loading a 32 bit program onto my 64 bit computer.

Will downloading Linux afford me the ability to do so?
I really don't want to purchase the 64 bit version of the program I'm trying to download.
Running 32 bit bit Linux programs on 64 bit Linux is common and easy, but it is more common and easier to run 32 bit Windows programs on 64 bit Windows.

So I suspect your problem in Windows is not with the program being 32-bit.

If you need to pay to get a 64-bit Windows version of the program, then what about a 32-bit Linux version?

If the 32-bit Windows version is free, you should be able to tell us what it is in order to get more specific help.

If the 32-bit Windows version is pirated, please don't ask for help with that here.
 
Old 07-17-2013, 08:38 AM   #8
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
i use to have a program called the amazing slow downer (or something like that) for windows an old machine emulator,,, Linux is all i use now!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Filesharing between Windows 7 x64 and Debian 6 x86 - very low speeds Tralce Linux - Networking 2 04-28-2013 11:09 PM
How to detect OS type (x86 or x64) with NMAP? Annielover Linux - Newbie 1 03-07-2013 05:24 AM
Slackware-Current x64 & x86 + Nvidia SqdnGuns Slackware 7 05-24-2009 10:34 AM
Solaris 10 x64/x86 driver wanted cstsang Solaris / OpenSolaris 3 10-31-2005 11:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration