Yeah they’re all in on snaps. Vote with your distro choice.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I'm afraid they'll break off Debian one day. Supporting snap is one thing, sabotaging well established user cases (apt installing deb, not being a snap prozy) is another.
What I don't get is why. What with the recent Red Hat debacle one would think Canonical would make a stronger case as opposed to force feeding the issue.
Because it’s canonical’s thing they’re marketing to server markets
haha.. ubuntu on enterprise doesn't even touch 5% of the market, where 90% of it is RHEL and 5% another is Windows Server and some OSX.. so... I don't think canonical is dumb enough
*please read, enterprise market, not hobbyist. Hobbyist doesn't make money for ubuntu. Well if the hobbyist is a decision maker in enterprise, they probably will have effect, but the problem is, most of them opt in RHEL/Clones
You got any data to back that up?
Hot take: PPAs suck and snaps/flatpaks are better.
With PPAs, inevitably some repo that hasn’t been updated since 2015 causes dependency conflicts and you have to sit there and troubleshoot, or pick between the software you need and actually having an OS that’s not EOL. With snaps, you can keep your decade old dependencies all bundled up and still upgrade your system even if the package maintainer has abandoned it.
The issue people have with snaps isn't the containerization or the bundles, but the proprietary backend. There is no way to point the snaps at a different store other than the one canonical controls. Canonicals forcing snaps on people pisses a lot of people off because it's a blatant power grab, an attempt to get people dependent on something they have control over in a microsoft-esque move. Flatpaks and docker don't have that issue.
You know what, enough is enough. Snaps run like shit in my system (IDK/DC why), I hate companies forcing their shit down my throat, and I was planning a clean reinstall anyway from Ubuntu 20.04 to 22.04. Might as well use the opportunity to go back to Debian. Or Mint. Or Mint Debian Edition. Who knows.
Next on the news, Ubuntu ("humanity") gets renamed to Amasimba ("shit"). /s
After using it since Lucid Lynx 10.04, I switched from Ubuntu to Mint last weekend. I'm lazy about distros these days, and I really didn't want to switch, but Firefox instability was driving me nuts. The web browser must be reliable, IMO. It's a fundamental requirement for a desktop OS, and this problem didn't exist before snaps.
There are several high quality community run distributions which aren't beholden to corporate tools.
Imagine having to fight your OS to do what you want. True Windows experience.
It's no wonder Canonical is partnering up with Microsoft to EEE Linux
I like the approach Pop OS takes. Their software store lets you choose between deb or flatpak when you install software. I've had issues with flatpak versions of some software, and flipping to the deb package usually fixes it.
@Linuturk @PseudoSpock My problem here is that I don't understand the purpose of flatpak when Deb seems to have everything from my experience, but I'd love to be proven wrong.
- Flatpaks are usually fresher than point release distro packages
- Flatpaks are distro-agnostic
- Flatpaks are easily containerized for increased security and privacy
- Flatpaks can guarantee you have a known-good dependency chain directly tested by the developers/maintainers themselves
- Flatpaks can be installed and managed entirely in userspace
- Some software is on the Flathub instead of on Debian's repos, so sometimes the choice is between Flatpak, AppImage and Snap.
When a project doesn't publish a deb or other native package, or when the flatpak is much newer and has features you need.