Installing Flatpaks

Flatpaks are sandboxed, update independently of the base system, and cover most everyday apps like browsers, media players, and office suites.

Using the Software Center

The easiest way to install Flatpaks is through the Software Center, search for the app you want, and click Install. See the Software Center page for your desktop environment for where to find it.

Using the command line

flatpak search <app-name>
flatpak install <app-id>
flatpak update
flatpak uninstall <app-id>

RakuOS ships with Flathub enabled out of the box, so most apps are available without any extra setup.