• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • The easiest way to think of it is flatpaks are AppImages with a repository and snaps are flatpaks but bad.

    That has benefits and detriments. Appimages contain everything they need to run, flatpak’s mostly do, but can also use runtimes that are shared between flatpaks.

    All flatpaks are sandboxed, which tends to make them more secure. AppImages can be sandboxed, but many aren’t.

    Flatpaks tend to integrate with the host system better, you can (kinda) theme them, their updates are handled via the flatpak repo, and they register apps with the system.

    AppImages are infinitely more portable. Everything’s in one file, so you can pretty much just copy that to any system and you have the app.


  • Maybe it’s just ubuntu being bad, but I’ve had way fewer issues on arch after switching to it. I had like 4 issues where my pc just wouldn’t boot in the 3 years I was running Ubuntu, and I’ve had I think 1 in 4 years on arch.

    Granted I’ve gotten more comfortable with linux in that time and have gotten better at fixing problems.