• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is Linux software processor specific?

chester0cat

Junior Member
Is Linux software processor specific? I am looking to install Linux because of some software written for it but I know that most linux systems are x86 based. Will Linux apps work on an PowerPC linux installation?
 
Yes and No. Most Linux software runs just fine on non-x86 machines (3 of my 5 machines at home are non-x86), but you either need to find a package compiled for your target or compile it yourself.

I would recommend Debian or Ubuntu, Debian puts a lot of work into making sure that all of their software (over 16,000 packages in sid) runs on all 12 supported architectures.
 
Originally posted by: chester0cat
Is Linux software processor specific? I am looking to install Linux because of some software written for it but I know that most linux systems are x86 based. Will Linux apps work on an PowerPC linux installation?

I hope you meant will the software work if you recompile it from the source...Since you sound like a linux n00b you might find it a bit hard to build the source but maybe not.
 
yes, I am a linux newbie. I a java programmer and there are some apps that not mdke for os x, but are available for Linux. How hard is it to compile an app for Linux anyway?
 
Originally posted by: chester0cat
yes, I am a linux newbie. I a java programmer and there are some apps that not mdke for os x, but are available for Linux. How hard is it to compile an app for Linux anyway?

It depends on the application. Debian and similar distributions offer binaries of quite a few applications on a number of platforms, so compilation isn't usually necessary.
 
Back
Top