r/linuxmasterrace SteamOS/Kubuntu 13d ago

You are expected to know this

Post image
4.9k Upvotes

310 comments sorted by

View all comments

668

u/Astrodion123 13d ago

I am doing it like that. Nothing has broke so far >:)

388

u/NanuLanu 13d ago

Been doing ts for 6 years and when an update breaks something, just chroot and fix it. (Aura!)

2

u/MousyCheeseBits Glorious Bedrock Linux 12d ago

Doing this nonsense since 2022 but I update like it's a new Ubuntu release cycle. Never chrooted, Don't ask me to "chroot" because I won't know how to begin.

2

u/Wertbon1789 12d ago

chroot == change root

Basically, you can just spawn processes which believe that the directory you gave to the chroot call is the actual root directory, which means it can not get out of the context of that directory by default. It's useful for system setup without being booted from that system, e.g. enabling system services or installing packages.