this post was submitted on 07 Jun 2024
1 points (100.0% liked)

Linux

4962 readers
293 users here now

A community for everything relating to the linux operating system

Also check out [email protected]

Original icon base courtesy of [email protected] and The GIMP

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 3 months ago (1 children)

You typically do that in a container and use the container.

If you really want it on your system root you can layer it in as a commit on top of the distro with rpm-ostree. System upgrades should change the commits below yours but keep your modifications on top.

[–] [email protected] 0 points 3 months ago

So, if I wanted to install zsh I would need to use a container for it?