I dont mind snaps but blocking deb installs by default on file clicks is a bad look.
Does this mean you have to use apt-get to get the deb version again? Or is there an even more complicated command? I’m wondering what happens for the other Ubuntu flavors. I’m usually running Kubuntu.
Canonical even patched apt a bit so it prefers to install snaps first.
Even apt is deliberately broken:
“[If] You use ‘sudo apt install chromium’, you get a Snap package of Chromium instead of Debian”
This was where I rage quit. Who in the hell thought it was a good idea?
Same here, it’s the reason why I kicked Ubuntu off my laptop. They removed any way to choose and made it such a pain to get around the Snap bullshit. I’m on Linux because I want to choose what I do with my system.
Why does this break apt? Just because, I assume (I am using Debian btw), it installs a placeholder deb-package which, while running the postinst script, installs chromium via snap commands?
It doesn’t break apt, apt just prefers snaps now.
This is as they designed it.
The issue here is that people don’t like this other thing and so the distribution which has been moving towards this other thing for like a decade now I guess is the bad guy for continuing to work towards that goal.
It doesn’t break apt, Canonical just broke their version of apt
justto prefer snaps now.FTFY
OK, so it’s actually apt itself that’s different on Ubuntu, not just fake/virtual/transitional deb packages in their repos.
I don’t get the anger. Just install your software as snaps. What’s the problem?
I’ve seen a video where the guy installed steam on Ubuntu 24.04. Of course it was the snap. The guy usually tests distro to see of it’s easy to game on it. If the drivers are easy to install, etc…
He usually launches steam, then tests Valheim, Overwatch, Tomb Raider and cyberpunk.
Overwatch didn’t launch, cyberpunk neither. Valheim reported that a service didn’t launch. Tomb raider was OK.
Then he uninstalled the steam snap and installed the .deb one. Everything worked.
Enforcing packages is already something that people don’t appreciate on Linux, enforcing packages that don’t work is surprisingly hated.
Ubuntu is supposed to be a distro for beginners, how am I supposed to recommand a distro when I have no confidence the applications will work ?
Idk, I probably haven’t used Debian derivatives long enough, but isn’t installing random .deb-s somewhat of a bad practice? I mean, repos exist for a reason (ignoring the fact they usually have like 3 packages in the official repos)
But even if it is, it shouldn’t prevent installing released debs you find for example on GitHub repositories.