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
    link
    511 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.

    • @[email protected]
      link
      fedilink
      English
      411 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.

    • @AProfessional
      link
      English
      111 months ago

      Isolation is more important on a server. Docker is highly successful in that space.