Thread 105636681 - /g/ [Archived: 871 hours ago]

Anonymous
6/19/2025, 3:31:25 AM No.105636681
1749859339014654
1749859339014654
md5: f24fb91d6fe4590706af7ffb8f135725🔍
openrc
musl libc
busybox utils
lightning fast C package manager
Replies: >>105636734 >>105638316 >>105639720 >>105639735 >>105641897 >>105643984 >>105646206
Anonymous
6/19/2025, 3:40:44 AM No.105636734
1745306148557506
1745306148557506
md5: 6cb8c89852d0e90eb610ad08791cdbf9🔍
>>105636681 (OP)
>lightning fast
>C
Replies: >>105636750
Anonymous
6/19/2025, 3:43:51 AM No.105636750
>>105636734
APK is like 3 times faster than pacman, at least.
Anonymous
6/19/2025, 3:44:36 AM No.105636753
gentoochad
gentoochad
md5: a1c5f918faa8c207619811a6689bbb0a🔍
OpenRC
glibc
gnu coreutils
exruciatingly slow python package manager
Replies: >>105636764 >>105641584
Anonymous
6/19/2025, 3:45:48 AM No.105636764
gendoo
gendoo
md5: d8eb7648a04bce7c03edec3b4b28de1b🔍
>>105636753
based
Anonymous
6/19/2025, 8:40:16 AM No.105638316
>>105636681 (OP)
>openrc
>musl libc
>busybox utils
Ah, yes, Gentoo. I see.
Replies: >>105638392
Anonymous
6/19/2025, 8:52:15 AM No.105638392
>>105638316
doesn't gentoo ship systemd init these days?
Replies: >>105639763
Anonymous
6/19/2025, 11:27:59 AM No.105639261
>openrc
mid
>musl libc
based
>busybox
mid
>C package manager
based
Replies: >>105640428 >>105640487
Anonymous
6/19/2025, 12:53:12 PM No.105639720
>>105636681 (OP)
but... what's the catch?
Replies: >>105639784
Anonymous
6/19/2025, 12:55:22 PM No.105639735
>>105636681 (OP)
Why not just use void?
Replies: >>105639810 >>105640443 >>105640499 >>105641557 >>105642743 >>105645328
Anonymous
6/19/2025, 12:58:50 PM No.105639763
>>105638392
Yes, you can use Systemd in your profile if you choose to, but OpenRC is well supported, still. If you feel like tinkering you can even use runit, s6, sinit, ...
Anonymous
6/19/2025, 1:02:06 PM No.105639784
1750287165369555
1750287165369555
md5: 5d89d17d5ea518800245f9fc1e8934ff🔍
>>105639720
>what's the catch?
It has an /etc/motd file
Replies: >>105642644
Anonymous
6/19/2025, 1:04:50 PM No.105639810
>>105639735
Because I'm not a tranny
Anonymous
6/19/2025, 2:47:39 PM No.105640428
>>105639261
which init and utils do you use?
Replies: >>105646181
Anonymous
6/19/2025, 2:49:31 PM No.105640443
>>105639735
I can only speculate as a long-time Void user that Alpine is probably more documented and familiar to developers. Install instructions typically don't include Void but I see Alpine in there from time to time. Since PostmarketOS is based on Alpine I expect that kind of support will only increase. I'd be interested to try Alpine but I don't really feel like distro hopping. Maybe I'll put it on my next laptop. All that said Void is still a great distro if you don't care about culture war nonsense. If you do though, maybe Alpine is heckin based or whatever and might be a good alternative.
Replies: >>105640575
Anonymous
6/19/2025, 2:55:59 PM No.105640487
>>105639261
>>busybox
>mid
it's extremely high quality.
Anonymous
6/19/2025, 2:57:00 PM No.105640499
>>105639735
blm twitter post
Anonymous
6/19/2025, 3:06:09 PM No.105640575
>>105640443
Alpine has its own wiki but it certainly isn't to the level of something like Arch or Gentoo, its mainly for Alpine-specific stuff. I tried it briefly on my laptop when I was super into minimalism for a while but had a lot of issues setting up things like wireless internet. Its a humbling experience to try distros like Alpine and realize a lot of utilities you use are just abstractions of much more manual tools you have to learn. I don't want to commit to switching to another distro until I find a nice functional package manager too, something more lightweight than Nix and Guix so I might give Ix a try, it only supports wayland though :/
Replies: >>105641462
Anonymous
6/19/2025, 5:20:29 PM No.105641462
>>105640575
>but had a lot of issues setting up things like wireless internet

I had trouble a long time ago but I read the wiki and went with iwd, so make sure your networkmanager is installed. So use (apk search network) to find any you might need, like tui or applet, etc. Then I did this

rm /etc/NetworkManager/NetworkManager.conf

printf '[main]\ndhcp=internal\n[device]\nwifi.backend=iwd\n\' > /etc/NetworkManager/NetworkManager.conf


rm /etc/network/interfaces

printf 'auto lo\nauto eth0\nauto wlan0\n' > /etc/network/interfaces

rc-update del iwd boot
rc-update del iwd default
rc-update add iwd sysinit


I think I used nmcli in the terminal to go through connecting to a network, after restarting it just auto-connected easily each time.
Anonymous
6/19/2025, 5:32:54 PM No.105641557
>>105639735
pros of alpine:
> alpine (testing) generally has more packages than void's musl version, since there it's the sole supported libc as opposed to only being an alternative choice
> apk is much better than xbps, or any package manager for that matter, it's really fast and being able to define installed packages in /etc/apk/world is awesome
> aports and APKBUILDs are much easier to use than xbps-src if you ever need to, AFAIK everything merged into it is also automatically packaged for the testing repo, meaning you don't have to clone it to build a specific package not available as a binary
> has both a debian-like stable version for eg. servers/containers along with a regular rolling release for desktops
> slightly more hardened default kernel config
> saner defaults, eg. new linux versions aren't written into multiple files, kernel images are just named vmlinuz/initramfs-lts, i had void break on me before because i didn't notice that /boot was filling up
> busybox init is great, you can eaisly replace openrc with any other service manager, eg. runit or go back to using plain init scripts
cons:
> void has a better wiki, the alpine one only really documents alpine-specific stuff if that makes sense
> much smaller community around it
> it's more obscure, don't expect much support from software developers
> no glibc support, you have to either make a chroot or use flatpak for proprietary stuff like steam
> runit by default is nicer and much faster than openrc
and most importantly
> void has cooler branding
Replies: >>105641643
Anonymous
6/19/2025, 5:36:11 PM No.105641584
gentoo-chan
gentoo-chan
md5: 48e9435e102c588e5dc6d1843187f093🔍
>>105636753
The way of the gods.
Anonymous
6/19/2025, 5:42:24 PM No.105641643
>>105641557
>void has cooler branding
A black and green circle
vs
Literal frozen mountains

Yeah I know which one is cooler thanks.
Anonymous
6/19/2025, 6:13:48 PM No.105641876
6
6
md5: fea2dbb344bec74c5aad94bfa66fcd0c🔍
Anonymous
6/19/2025, 6:16:31 PM No.105641897
>>105636681 (OP)
what packages
Anonymous
6/19/2025, 7:51:51 PM No.105642644
>>105639784
OH NO! Anyway...
Anonymous
6/19/2025, 8:01:18 PM No.105642743
>>105639735
Alpine is the perfect mix of minimalism and same defaults. All the other "minimal" distros are literally ten times the size and make you follow along with a wiki to manually configure a bunch of bullshit that's the same for 99.9% of users. Alpine doesn't install a bunch of shitware, the install script only consults you for things that are commonly changed (you can still manually configure things if you need something super niche), and then you can install the software you want. If anyone were ever to figure out how to compile ROCm for musl, it would be the single best distro in existence.
Anonymous
6/19/2025, 10:03:49 PM No.105643907
As far as I can tell, the way you get flats to work is

apk add gnome-software-plugin-flatpak discover-backend-flatpak

flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak remote-add kdeapps https://distribute.kde.org/kdeapps.flatpakrepo

flatpak install flathub io.github.flattool.Warehouse -y
sudo ln -s ~/.local/share/flatpak/exports/bin/io.github.flattool.Warehouse /usr/bin/Warehouse

flatpak install flathub com.github.tchx84.Flatseal -y
sudo ln -s ~/.local/share/flatpak/exports/bin/com.github.tchx84.Flatseal /usr/bin/Flatseal

flatpak install flathub io.github.giantpinkrobots.flatsweep -y
sudo ln -s ~/.local/share/flatpak/exports/bin/io.github.giantpinkrobots.flatsweep /usr/bin/flatsweep
Replies: >>105643984
Anonymous
6/19/2025, 10:11:53 PM No.105643984
consoom
consoom
md5: 1bd33281fad14e1ea107c23d6e3a8e29🔍
>>105636681 (OP)
systemd
glibc
gnu coreutils
pacman
>>105643907
>flatpak
Into the trash it goes.
Replies: >>105644071
Anonymous
6/19/2025, 10:20:28 PM No.105644071
>>105643984
>systemd
>glibc
>gnu coreutils
>pacman

Your post went into the trash 4 times.
Replies: >>105644082
Anonymous
6/19/2025, 10:21:37 PM No.105644082
>>105644071
>replying to bait
Anonymous
6/19/2025, 11:33:49 PM No.105644863
5
5
md5: d2e0b4895439a981961e1605612ce77d🔍
Anonymous
6/19/2025, 11:50:32 PM No.105644985
Hey guys, Windows user here
Can someone explain WTF these terms mean?
musl libc vs glibc?

And apparently Steam won't even work on this?
Isn't this supposed to be an OS?
Thanks in advance!!
Replies: >>105645039
Anonymous
6/19/2025, 11:56:01 PM No.105645039
>>105644985
>And apparently Steam won't even work on this?
That's what flatpaks are for.
Anonymous
6/20/2025, 12:28:48 AM No.105645328
>>105639735
troon distro since the schizoid spanish left the project
Anonymous
6/20/2025, 2:24:58 AM No.105646181
>>105640428
sysv and bsd
Anonymous
6/20/2025, 2:29:28 AM No.105646206
>>105636681 (OP)
It's a tranny distro.