• humanplayer2@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      Why over-complicated? I’m genuinely curious, as I think it sounds pretty cool that you can install apps from different package managers in containers, but export them to use them in your main environment.

        • rush@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          10 months ago

          Technically, only apt exists, as per Debian. The filesystem is ext4 but with two system partitions, so that you:

          • have one backup partition
          • can install updates to the unused partition for seemless and atomic updates
          • Be immutable whilst offering easy updates

          It gets compared to NixOS because NixOS is also an immutable distribution and the package manager is equally as flexible as apx (even tho apx also allows you to use nix)

          Multiple package managers outside of apt/dpkg from Debian get managed automatically using the apx tool, only if you wish to use it. Otherwise, for the desktop they promote the use of Flatpaks or AppImages.