Distro wars are silly. If someone is happy using Ubuntu, I’m happy they’re a linux user.
Same as the Unix wars and Vim vs. Emacs.
Here to represent the Arch Linux master race!
lolsteamos
I tried mint; it was worse. I was like oh well, guess I’ll deal with the snaps.
It’s pretty rare hearing that Mint is worse than Ubuntu. Genuine question to just know what people may think about it: what made you think it’s worse than Ubuntu?
There’s no need to snap
Femcel: I will flatten you if you disagree with me <3
Depending on the mechanism it may not be so bad.
now would you like to be smushed by femcel with a forklift with or without a forklift certification?
What happened to Ubuntu?
It’s popular and widely used so people naturally hate it.
and also snaps
Yes, snaps are widely used so naturally people hate them too.
Who uses snaps except Ubuntu crowd?!
I use snaps on multiple non-Ubuntu systems, because they provide capabilities I haven’t been able to find elsewhere without having to manually manage updates, security issues, etc.
have you been payed by canonical to say that
No, I do that for free, because it’s a net benefit to me.
Flatpak provides similar sandboxing capabilities and you can use TopGrade to manage all updates.
Flatpak doesn’t manage system services.
deleted by creator
forcing snaps on people (if you apt-get firefox it’ll install the snap even though you didn’t install it with snap), adding ads for it, snap having a proprietary backend, snap being essentially just a fundamentally worse version of flatpak.
the only advantage i’ve heard for snap is that it’s easier to package for.
Plus I think if you want the advantages of a stable release, easy for user, distro, they’ll also need to be immutable now, what’s the usecase for a non-immutable, stable, easy to use distro?
If you didn’t care about ease of use, you wouldn’t want immutable, but if you do, you absolutely do.
If you don’t care about stability, you might not care about immutable, but if you do, you absolutely do.
Ubuntu seems like a prime usecase for an immutable distro, but it isn’t for tradition-related reasons rather than it actually being good for users.
Snap is also useful for server software and it can apparently be used for more low level things such as drivers. Still, it being properiatary is enough for me to avoid it completely.
Ubuntu Core is the way Ubuntu’s doing immutability. They’ve already got tech demos of Ubuntu Core Desktop, but designing a distro around interchangeable parts with immutability and the ability to have airgapped networks that can still get updates is a nontrivial task. But it depends on things that snaps can do that Flatpak was never designed to do.
Can you explain any of those things? I’ve never understood the appeal and was just kinda hoping they’d let snap die.
Ubuntu Core works by having everything on the system, kernel included, be a snap. Or, as another way of describing the same thing, everything on the system is installed by mounting a squashfs image (which by its nature is read-only) and applying groups to the processes in those images. This applies all the way down to the level of the kernel, although a kernel snap, on install or upgrade, does write out to a boot partition.
The net result is that you get many of the benefits of immutability, but also many of the benefits of traditional distros. For example, you can replace the kernel snap (and even build your own kernel snap if you choose) without replacing the rest of the base system, since the kernel is installed separately from the base. This is especially important for non-x86 systems that may need different (mutually incompatible) kernel builds for different SOCs, but even on x86 an example of replacing parts like that is NVIDIA drivers. But you don’t need a separate version of cups just because you have an Nvidia GPU. And because cups is in its own snap, it’s isolated too. You get the same benefits of confinement that applies to desktop apps, but for services, where it can be even stricter. After all, cups doesn’t need to even know that you have a GPU, so an attack vector of hacking cups and then using it to attack your GPU gets foiled in a way that an immutable base with unconfined services doesn’t.
And that’s one of the annoying things about snap: It’s fundamentally a nice system with neat capabilities but it’s spoiled by Canonical’s proprietary backend.
There was an open backend for a while. A complete lack of interest killed it.
that is very interesting, however, why can’t that be done wth flatpak?
That’s pretty fundamentally not how flatpak works. It could theoretically be modified to do all of that, but by that point you’re recreating snapd and it would likely be easier and more straightforward to start with the current snapd and change what you dislike about it.
Don’t snap at me, but it would be more apt of you to make a flat pack, or create an app image, or you might get stuck in a tar ball.
Snaps make sens from the Ubuntu side.
Only one package to maintain for an application, even if they have different distributions to maintain. If snap is officially supported by the creator of the application, then it’s less work for Canonical. Well, it would have make more sens if flatpak didn’t exist.
From user side, it makes way less sens :
- the closed source application shop
- if snaps are not officially supported, then Canonical try to create one, and they may be not that great …
- …
I’d say snaps are aimed at servers. A big aspect of both Flatpaks and Snaps is the whole sandboxed environment thing.
I think that’s a major reason Canonical flubbed snaps, is they shoved them down the throats of casual users instead of focusing on using them in server situations where you want things more “locked down.”
Once again, it does seem silly that they reinvented the wheel, but I mean, that’s actually really common. So common there is an XKCD comic about it. So due to how commonplace such a thing is, it seems weird to attack Canonical so much over it.
It’s also inaccurate to say that they reinvented the wheel since snaps predate flatpaks.
it seems weird to attack Canonical so much over it.
I mean, on the technical side, sure. Canonical’s technical choice is just weird. Plenty of fully open app store environments have almost no competition, because self hosting is still hard work.
But all of the business reasons - for having a closed proprietary sole app server - go against everything that Canonical used to claim they stood for.
Canonical’s business choice not to open source the snap servers is an open declaration of war against the FOSS community who have previously rallied around them.
It’s like inviting someone into my basement and locking the door with a key as they get to the bottom step. The action isn’t illegal, but the probable motive is creepy as fuck. (Maybe I just watch too many horror movies. Lol.)
I use Kubuntu LTS. Went with
--minimal-install
. Nosnap
to worry about from the get-go.good tip
i use cbl mariner
The fact that they changed the name to Azure Linux still upsets me. I get upset easily.
We use it at work. Seems mostly fine and similar enough to old CentOS and RHEL.
I still use Ubuntu server. It’s not nearly as atrocious as Ubuntu desktop.
Ubuntu Server LTS releases are unbelievably good. They are absolutely solid as a rock. I’ve had several VMs running it for almost a decade with zero issues.
Ubuntu desktop doesn’t suit my use case though,and nor does Gnome.
I use Ubuntu desktop for my server! What can I say? I installed it one night on my desktop to see how it felt and my experiment turned into an entire fucking server because “already here. More convenient.”
I run 3d printer management software on an old Dell server using desktop ubuntu. Works just fine. I made a second user account that hosts a minecraft server, and a third user account that runs a steam account to host a 7 days to die server. I really wanted to get into administering my own home lab, but I’m just too casual and there is not enough time in the day for me to do all of my hobbies. I can remote in and see a GUI, easy day.
A “server” is just a remote computer “serving” you stuff, after all. Although, if you have stuff you would have trouble setting up again from scratch, I’d recommend you look into making at least these parts of your setup repeatable, be it something fancy ala Ansible, or even just a couple of bash scripts to install the correct packages and backing up your configs.
Once you’re in this mindset and take this approach by default, changing machines becomes a lot less daunting in general. A new personal machine takes me about an hour to setup, preparing the USB included.
If it’s stuff you don’t care about losing, ignore everything I just said. But if you do care about it, I’d slowly start by giving from the most to least critical parts. There’s no better time to do it than when things are working well haha!
I really do need to be better at backing up my configs and especially my media. Storage is cheaper than it used to be, but it certainly isn’t cheap
Saving your comment for later, when people who know far more than either of us tell you why that’s a horrible idea.
I wouldn’t take too seriously anyone saying it’s a horrible idea. I mean, I think you could always argue it’s a waste of resources running a GUI for a thing intended to be a server. But headless servers aren’t the end all be all. I’m sure there’s a lot of licensed redhat instances out there running gnome or whatever because reasons.
Personally I wouldn’t do it unless some hard necessity were there because it’s just another thing that could go wrong, another thing to maintain if you’re capturing your config as code, and mostly because I’m not gonna dedicate a keyboard/monitor for that kind of stuff.
@remindme@mstdn.social 7 day
It’s how we do.
I use both, the only other distros I’ve used are Raspberry Pi OS and Raspbian. What am I missing out on? Ubuntu desktop seems fine to me, I’m hoping to transition all my machines to Ubuntu desktop before windows 10 EoL. Unfortunately I still have to keep a windows machine around, there are multiple pieces of software I need for work that are windows only.
Please don’t kill me I’m just a noob who doesn’t know any better.
Ubuntu is fine if you install Flatpak and replace the Ubuntu Software Center with the Gnome Software Center, but that is not something that is obvious or even easy for a newcomer, so in that regard, it is atrocious.
I use Ubuntu a lot and can say I’ve never used the Ubuntu software center. I’m old enough that I still accidentally type apt-get instead of apt though.
I think it’s what they renamed the Snap Store to. Or I’m misremembering. But uninstall whatever app store comes on Ubuntu and install the Gnome one.
Old software (compared to leading or bleeding edge distros), Canonical (the company owning ubuntu) has many controversies surrounding it, snaps (sandbox packaging mode) are problematic in multiple regards etc…
Try fedora before switching entirely to ubuntu. It’s still owned by a company (itself owned by IBM), however it is (at least a bit) better than canonical.
I use Server for my Pi-Hole running on an old NUC.
My endpoints run either Mint or Manjaro.
I mean, my distro’s technically an Ubuntu variant, but I honestly don’t think that’s ever come up in any meaningful way.
I use Arch btw :3
I’m yet to have an issue with snaps while using Ubuntu
Oh you mean South African Debian. Yeah that’s a popular mod, I guess.
As an application author, Snaps are much easier to create than Flatpaks.