PINE64
Application Software for ARM - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=1)
+--- Forum: General (https://forum.pine64.org/forumdisplay.php?fid=74)
+--- Thread: Application Software for ARM (/showthread.php?tid=8099)



Application Software for ARM - zaius - 10-18-2019

My apologies if this was posted already, or is in the wrong place.

There are many websites and app stores that list software for Linux.  However, I've noticed that many popular applications only run on x86 or do not run on ARM.

Is there a website that lists applications that run on ARM?  Or an ARM package manager?

Thanks Smile


RE: Application Software for ARM - Paraplegic Racehorse - 10-18-2019

The OS you install on your board should have a package manager installed and linked to repositories of packages. These packages will run on your board.

Certainly, any interpreted software (python, javascript, etc.) will run without compile or modification if you have an interpreter. Your distro should have interpreters for all common languages available in the package repositories.

Almost any other linux software you find will compile and run on ARM just fine, so if there's an application you want that is not available in your repositories you can just grab the source and compile just as you would in the same situation on x86. You may need to alter some compiler flags, but it should all compile just fine.


RE: Application Software for ARM - zaius - 10-19-2019

(10-18-2019, 01:45 PM)Paraplegic Racehorse Wrote: Almost any other linux software you find will compile and run on ARM just fine, so if there's an application you want that is not available in your repositories you can just grab the source and compile just as you would in the same situation on x86. You may need to alter some compiler flags, but it should all compile just fine.

Building from sources isn't always easy.  If it were, there would be more packages available.  For example, a member here posted that Atom wouldn't build.  With products such as a Pinebook and Pinebook Pro, there going to be users who are not going to want to build anything from source.