Bazzite
Package manager
Use rpm-ostree for host packages and Flatpak for most apps on Bazzite.
rpm-ostree in a sentence
Bazzite is an atomic Fedora-based system. rpm-ostree updates the host as an image, while Flatpak is usually the better choice for desktop applications.
The commands you’ll use most
Update Bazzite
Download the next system image. The update is applied after restarting.
sh
rpm-ostree updateSee the current deployment
Check which image and layered packages Bazzite is currently using.
sh
rpm-ostree statusAdd a host package
Layer a package onto the host system. You will need to restart to use it.
sh
rpm-ostree install package-nameRemove a host package
Remove a package that was layered onto the host.
sh
rpm-ostree uninstall package-name