Ubuntu 23.10 Won’t Use Snap Printing Stack After All

pnutzh4x0r@lemmy.ndlug.org to Linux@lemmy.ml – 73 points –
Ubuntu 23.10 Won't Use Snap Printing Stack After All - OMG! Ubuntu
omgubuntu.co.uk

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.

18

You are viewing a single comment

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.

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.

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