you are viewing a single comment's thread
view the rest of the comments
[–] 25 points 1 year ago (4 children)

I need nothing but apt or dnf. Miss me with that other junk.

  • source
  • hideshow 8 child comments
  • [–] 20 points 1 year ago (1 child)
  • [–] 6 points 1 year ago (1 child)

    I use apt and flatpak. They both are good for what they do.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 3 points 1 year ago (7 children)
  • [–] 7 points 1 year ago (1 child)

    When using certain apps I prefer them being containerized on my system. It's case-by-case for me. I keep steam containerized, my web browser containerized, etc.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 1 year ago (1 child)
  • [–] 9 points 1 year ago (1 child)

    In the case of steam and web browser, the containerization means I can control their access permissions via flatseal. This adds another layer of security, since they're both web-accessing applications, and it's easier than setting up a VM to run those applications.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 1 year ago* (1 child)
  • [–] 6 points 1 year ago

    If you are going to be running an Atomic/immutable distro, you really want to use things like flatpack/snap/appImage to keep your user space separate from the OS.

    Oh, you can sledgehammer an rpm/deb/what ever into the underlying OS. But if you do that, why did you choose an immutable distro in the first place? It's kind of the whole point.

  • source
  • parent
  • [–] 3 points 1 year ago

    Flatpak is a common way to install something newer than you can get in your repo. If you are using apt in Debian Stable, Flatpak is a miracle. This is even the reason Ubuntu installs Firefox as a snap (their version of Flatpak).

  • source
  • parent