Flatpak notes

Created: Jan 11 2025, 11:47 UTC
Last modified: Jan 11 2025, 20:40 UTC

Linux Administration

A package manager on Linux, usually running alongside the distributions package manager.

Good summary here:

https://www.howtogeek.com/902275/what-is-a-flatpak-in-linux-and-how-do-you-install-one/

Key features include:

  • Sandboxing
  • More up-to-date applications

I use it to install something like digikam because it’s a KDE app and I don’t really want to install all the KDE dependencies via apt. With flatpak, the dependencies are installed as part of the app itself, kind of like how npm does it.