this post was submitted on 04 Oct 2023
25 points (96.3% liked)

Linux

50486 readers
1171 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 5 years ago
MODERATORS
 

I have a Samsung a51 that I debloated, I want to use it as a Linux toy and get a distro running either installed or through an emulator like termux.

I want to run something like debian

Any recommendations for apps to use to get Linux running?

top 12 comments
sorted by: hot top controversial new old
[–] nortio@feddit.it 15 points 1 year ago

Try using just Termux. You can actually do a lot with it, even without installing a distro. If you want Debian though, one approach would be through proot-distro which installs a traditional distro in the Termux environment. It has some limitations, check the wiki page.

[–] mariah@feddit.rocks 8 points 1 year ago (1 children)

Termux, proot-distro, and termux-x11 is the way. I got debian with xfce on my tablet

[–] Bicyclejohn@lemmy.ml 2 points 1 year ago (2 children)

I'm gonna do that too, would gnome be OK on my hardware? About 4 GB ram

[–] mariah@feddit.rocks 1 points 1 year ago

I would recommend xfce or other lightweight de/wm. Dont expect to game. I just use it for searx and ssh

[–] Oliper202020@lemmy.world 1 points 1 year ago

Probably best with a light weight DE

[–] yyyesss@lemmy.world 8 points 1 year ago
[–] BCsven@lemmy.ca 2 points 1 year ago

Anlinux from app store

[–] bionicjoey@lemmy.ca 1 points 1 year ago

If by Linux you mean GNU (insert interjection here) then yeah, Termux is your best bet.

[–] flashgnash@lemm.ee 1 points 1 year ago (1 children)

Think you can install a desktop environment on termux, there are guides online for that

Termux isn't an emulator though, afaik it's an actual distro that runs on your phone's existing Linux kernel alongside android

[–] Sethayy@sh.itjust.works 1 points 1 year ago (1 children)

It runs a lot like a container

[–] suprjami@lemmy.sdf.org 2 points 1 year ago (1 children)

No it doesn't, Termux is just a set of Linux packages which are compiled to use the Android Termux application data directory as the base install path. There is no separation from the host system like a container does with Linux kernel namespaces. The only permission in Termux is what Android itself enforces.

[–] Sethayy@sh.itjust.works 1 points 1 year ago

You got me there, like a container without containing it?

But I suppose most like a privellaged container (as much as the android user is privellaged).

The most important connection in my analogy though was it runs its 'root'/those packages separately from the android operating system, cause we can't install our own packages there