Ubuntu was planning to ship the CUPS printing stack as a Snap in 23.10 — but after several months of testing, its changed its mind.

Accordingly, a DEB-based printing stack will feature in Ubuntu 23.10 “Mantic Minotaur” and in Ubuntu 24.04 LTS. Switching to the CUPS Snap will now aim to take place during the Ubuntu 24.10 development cycle.

  • faethon@lemmy.world
    link
    fedilink
    arrow-up
    24
    ·
    10 months ago

    So what is the general consensus on package management these days on Debian based distributions? I may be old school by relying only on APT (DEB) for my Linux machines, and never really got into Snap, Flatpak, and what not. Is APT still most used? Or is there a significant movement towards Snap or something else. What I hated when I looked at Snap the last time is that distributions come with different concurrent architectures on package management, which from a point of view of organizing you system just doesn’t make sense. A difference between package management (APT/Flat/Snap) on the one hand and service management (Docker, k8, …) on the other hand I understand.

    • Jestzer@lemmy.world
      link
      fedilink
      arrow-up
      39
      ·
      edit-2
      10 months ago

      For end users, it seems like everybody is mostly content with all the options available except Snap.

      • style99@kbin.social
        link
        fedilink
        arrow-up
        6
        ·
        10 months ago

        Snaps are generally slow, use more bandwidth on updates, and tend to be inconveniently restrictive for security purposes. It just makes way more sense to use apt for anything that isn’t gaming-related.

    • zecg@lemmy.world
      link
      fedilink
      arrow-up
      27
      ·
      10 months ago

      I like Flatpak and despise Snap (on a personal computer, it’s tolerable on a server) enough to sudo apt remove and purge snapd from a new installation. The startup time is slow and I hate having snaps as mountpoints. It doesn’t help that Firefox is by default a Snap on Ubuntu - it feels as if you’re starting it on a mechanical HD with a Core2Duo processor and you can really appreciate how stupid having such a core app as a browser is as Snap when you add the PPA and install it as a deb package. Don’t even get me started on the asinine “we update when we want to” that makes you restart your browser at most inopportune times. I hate Snap so much it’s unreal.

      • constantokra@lemmy.one
        link
        fedilink
        arrow-up
        9
        ·
        10 months ago

        I feel exactly the same and stopped using Ubuntu entirely once they started using apt to install snaps. Have you recently purged Ubuntu of snaps? Last time I tried it was an absolute nightmare to upgrade.

        • Oisteink@feddit.nl
          link
          fedilink
          English
          arrow-up
          5
          ·
          10 months ago

          We remove snap as a first thing on new server installs, and other than the few dormant folders left behind we have 0 issues. Once that stops working we’ll move to Debian I wanna switch now but need something like this to get the rest of the team onboard.

        • zecg@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          10 months ago

          I don’t upgrade Ubuntu, just unmount home, tar the configs for reference and install the new one. I’ve lost more time in the past to hunting gremlins on an upgrade than doing a clean install and applying my configs.

      • Raspin@lemmy.ml
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        10 months ago

        Actually snap desktop may be alright. I tried Ubuntu core os and the performance isn’t so bad

    • RoboRay@kbin.social
      link
      fedilink
      arrow-up
      12
      ·
      edit-2
      10 months ago

      I use traditional packages and Flatpaks… with “user apps” being preferred as Flatpak. This is potentially safer as the OS itself can’t be affected by installing or removing these applications, and also can mitigate dependency hell as apps that require different versions of the same dependency can coexist peacefully, with each one using its own bundled version of that dependency.

      I also have a couple of appimages that aren’t available as a Flatpack, and I’ll simply find an alternative to anything that is only distributed as a Snap due to the performance issues, mount clutter, and proprietary nature of the Snap distribution back-end.

      • faethon@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        10 months ago

        This I understand, from a user space perspective the Flatpaks seems like a good thing; isolated from the OS. For a server only environment it seems to be less of an issue, provided that the sys admin knows what he/she is doing.

        • Oisteink@feddit.nl
          link
          fedilink
          English
          arrow-up
          4
          ·
          10 months ago

          On a server you’re usually better off boxing stuff up in containers than using an app-in-a-zip like flatpack. Or maybe I’m just old fashioned…

          If the sysadmin knows what he/she/it is doing they know different apps sometimes have conflicting library dependencies.

    • toasteecup@lemmy.world
      link
      fedilink
      English
      arrow-up
      11
      ·
      10 months ago

      I’ll be honest, I kinda hate snaps on Ubuntu. They work well enough, but things like updates are never automatic and generally just a pain in the ass. I’m at the point where I really want to experiment with bedrock Linux to have ubuntu’s kernel for built in ZFS and have debian repos for less shit decisions.

      On my steam deck, I’ve become fond of flatpaks and similar experiences because they help preserve the software across updates ensuring I don’t have to constantly reinstall things but that’s a niche issue given the nature of how steam manages the os on a steam deck

    • guitars are real@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      10
      ·
      edit-2
      10 months ago

      Depends on the software you’re using and how it’s being packaged by the vendor. Flatpak works pretty well. Snap sucks. AppImages are easy when done right, but with lots of downsides/no security mechanisms.

      If the vendor recommends using their repo, I’ll use it. If they recommand using my distro’s packages, I’ll do that. Generally, I get the best experience when I install software the way the developer wants me to. It makes for a “lumpier” distro (flatpaks, appimages, downloaded binaries, actual packages… jesus, it’s a mess) but honestly all the software works without a hiccup.

      If you buck the developers, weird stuff can happen. If they want you to install their packages, but you install your distro’s packages instead, be ready for a rough time.

    • L3ft_F13ld!@links.hackliberty.org
      link
      fedilink
      arrow-up
      8
      ·
      10 months ago

      From what I’ve been reading on the internet, mostly from other people, Ubuntu is leaning heavily into making everything a Snap. Any official flavour of Ubuntu is expected to follow this. Other Ubuntu-based distros, like Mint, are avoiding Snap as far as possible. So, there’s options for anyone that doesn’t like Snap at least.

    • Chewy@discuss.tchncs.de
      link
      fedilink
      arrow-up
      8
      ·
      10 months ago

      Apt is still widely used, especially for system packages. Some distributions mainly rely on flatpak for gui apps and suggest containers for services (docker, podman, …) and user cli tools (distrobox).

      Snap is different and can be used for packaging anything (e.g. gui, cli, services), including the kernel and the snap daemon.

      Canonical is moving towards snaps and is expected to release a snap-only immutable Ubuntu distribution in the next year or two.

      With snap being able to install gui and system apps it does what immutable Fedora uses rpm-ostree and flatpak for.

      I personally don’t like that Canonical tries to push snap as a distro agnostic packaging sustem as it lacks features on many non-Ubuntu distros. Flatpak is especially useful for proprietary apps because of simple sandboxing or apps not packaged yet. It’s also the main way to install packages on many immutable distros. It also works on NixOS which formats like appimage don’t support by default (no fhs).