Move to Linux
Browse guides

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 update

See the current deployment

Check which image and layered packages Bazzite is currently using.

sh
rpm-ostree status

Add a host package

Layer a package onto the host system. You will need to restart to use it.

sh
rpm-ostree install package-name

Remove a host package

Remove a package that was layered onto the host.

sh
rpm-ostree uninstall package-name

Last updated