this post was submitted on 06 Jun 2026
6 points (68.8% liked)

Linux

65636 readers
521 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

i mean on pc arm not mobile arm

top 20 comments
sorted by: hot top controversial new old
[–] alt_xa_23@midwest.social 3 points 11 hours ago

Raspberry pis are arm based and run linux

[–] frosty@pawb.social 3 points 11 hours ago

The Asahi Project even has Fedora Linux running on Apple Silicon Macs, which are ARM-based.

https://asahilinux.org/

[–] nyan@sh.itjust.works 6 points 14 hours ago

Linux runs on just about anything, including arches you've never heard of. With arm, assuming you can get at the bootloader, your largest problem is likely to be assembling a compatible device tree if the manufacturer doesn't provide one.

Linux has run on ARM procs for some time. Software is a little hit or miss, but most things have a compiled build for it at this point. A lot of the big servers are running ARM processors due to potential power savings.

The popularity of the Raspberry Pi really increased the number of projects with ARM builds as well. It's been possible to run a pretty decent desktop stack for 10 or 15 years. When the Pi2B came out.

If you happen to run across a project that is not available on ARM you might give a go at compiling it yourself. About half of the time it's not too difficult and a good beginner project.

[–] anon5621@lemmy.ml 11 points 21 hours ago

Yeah it does but it really vary from vendor, arm much locked down to what vendor do

[–] GustavoM@lemmy.world 3 points 17 hours ago
[–] A_norny_mousse@piefed.zip 6 points 20 hours ago

i mean on pc arm

Yes, that too.

I guess most arm devices have only Linux implemented.

[–] thatradomguy@lemmy.world 5 points 19 hours ago

What PC? Some boards run Armbian:

https://armbian.com/

[–] fratermus@piefed.social 5 points 21 hours ago

will linux run on arm?

Millions of Raspberry Pi say "yes, it will".

[–] bad1080@piefed.social 5 points 21 hours ago

only the ARM versions

[–] SuperPengato@scribe.disroot.org 3 points 20 hours ago

Only if you have a very long arm, like Monkey D Luffy.

[–] M33@piefed.world 1 points 17 hours ago
[–] fatality666@suppo.fi 1 points 17 hours ago

please take your meds.

[–] Shimitar@downonthestreet.eu 2 points 20 hours ago

It is already reality .... Since quite a few years ...

[–] warmaster@lemmy.world 2 points 20 hours ago (1 children)

It's already running on a gazillion devices.

[–] SatyrSack@quokk.au 2 points 20 hours ago

Take that, Java

[–] flameleaf@lemmy.ml 1 points 20 hours ago

Does it work on arm terminals? I want it on a Pip Boy. Do I need to run the Demon Summoning Program in Wine or is there a native ELF class?

[–] Quazatron@lemmy.world 1 points 20 hours ago

Linux will run on a potato, and it doesn't even have to have hardware memory management.

[–] BCsven@lemmy.ca 1 points 20 hours ago (1 children)

My iomega NAS from 15 years ago runs Debian

[–] HaraldvonBlauzahn@feddit.org 1 points 5 hours ago* (last edited 5 hours ago)

I had, 17 years ago, a D-Link DNS 232 NAS with an Arm CPU. It ran a pirated (GPL violating) version of Linux. A lawsuit happened, and people published a free version which could install debian in a chroot. I ran an nginx webserver on it, and MoinMoin wiki. The wiki was a tad slow because the box had only 32 Megabyte of RAM (yes, Megabytes). But it worked nicely for years. Had to take it down when Python2 was not supported any more, since MoinMoin developers never managed to port it to Python 3.