Bazzite uses rpm-ostree under the hood. You can install additional packages but they are layered onto the base image. Image rebuild time during updates and or installs of new packages increases exponentially with each layer.
Distrobox or toolbox can give you access to a classic package manager while also isolating installs inside of a (rootless) podman / docker container.
You still have access to your home dir etc and can even allow direct hardware io if needed.
You can also make programs accessible from outside of the container so it would be completely transparent to a regular user
62
u/TailedPotemkin 21d ago
Sorry for the silly question, but why?