this post was submitted on 03 Aug 2024
67 points (93.5% liked)

Linux

4947 readers
150 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] DarkThoughts@fedia.io 1 points 1 month ago (2 children)

It kinda feels like it goes against what Manjaro was supposed to be though. A safer version of Arch but with about the same features, including its massive software pool to pull from - and that exactly is what would fall flat in this case, since you'd need very selectively maintained "packages", which would be extremely limited in comparison to someone with access to regular repos and the AUR.

[–] Telorand@reddthat.com 6 points 1 month ago

I don't know how Manjaro plans to do it, but Universal Blue distros have access to the entire set of dnf repositories, including non-free packages. You run rpm-ostree install, and it layers the package you want. Each system update re-layers the custom package layer after upgrading the system layer.

But since this is pre-alphaware, it's kind of early to be passing judgement on how/if they'll have access to the AUR and whether you could layer packages. Seems like the "safety" aspect is served through having an immutable system, which ensures end users have the same base as everyone else.

And it's fine if that's not your cup of tea. Sounds like it's not. Arch, openSUSE, Debian, and their mutable descendants aren't going anywhere.

[–] zloubida@lemmy.world 2 points 1 month ago

I don't know for the AUR, but the regular repos seem to be already accessible. You can try them with pacman, but the installed packages will be deleted at the moment of the update, or you can create a custom image and add the wanted packages which will be reinstalled at every update.