this post was submitted on 02 Apr 2024
171 points (96.2% liked)

Linux

47307 readers
699 users here now

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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 84 points 5 months ago (1 children)

Fortunately Linux Mint will continue to package it as a deb.

[–] kylian0087 19 points 5 months ago

they even purposely disable snaps by default.

[–] [email protected] 71 points 5 months ago (2 children)
[–] [email protected] 74 points 5 months ago (2 children)

If only. It’d be a real April fool’s if Canonical announced they were abandoning snap and throwing their supory behind flatpak.

[–] [email protected] 23 points 5 months ago (1 children)
[–] [email protected] 8 points 5 months ago (2 children)

Having other 180° turnarounds in mind, e.g. Unity, which was nice on a netbook, or their display server (I don't recall its name), would it be that surprising if this was real news? This makes it a really good April Fool's joke.

[–] [email protected] 10 points 5 months ago (2 children)

Their display server is Mir. They first chose Wayland. Everyone was excited and started putting their weight behind it. Then their NIH syndrome kicked in and they declared Mir, claiming that Wayland has a lot of deficiencies. Wayland devs contested it and explained why their complaints were wrong. But Canonical never bothered to reply. This irked everyone else and they stayed with Wayland. Eventually, Mir failed to achieve its goal and Canonical decided to convert it to just another Wayland compositor.

[–] [email protected] 11 points 5 months ago

Canonical has wasted so much dev time trying to reinvent the wheel, only to go back to using the thing everyone else is using years later.

[–] [email protected] 3 points 5 months ago
[–] [email protected] 5 points 5 months ago

Funny you should mention it:

“After the initial resistance, some Linux users have started liking Snap, just as few people got attached to Unity. This is a scary situation for us. From Ubuntu One to Unity and Mir, we have abandoned projects in the past. We can do it again for the greater good.”

Read the article, it’s really fun.

load more comments (1 replies)
[–] tmjaea 10 points 5 months ago

One could only wish

[–] riodoro1 66 points 5 months ago

This thread is full of wonderful workarounds. It reads just like windows forums.

Just stop using canonicals crap.

[–] [email protected] 42 points 5 months ago (3 children)

sudo snap remove thunderbird --purge

[–] FooBarrington 36 points 5 months ago (3 children)

sudo apt autoremove --purge snapd && sudo apt-mark hold snapd

load more comments (3 replies)
[–] [email protected] 7 points 5 months ago
load more comments (1 replies)
[–] [email protected] 37 points 5 months ago (5 children)

I don't use Ubuntu but I threw it on a laptop to give to my dad.

He's a very basic tech user he basically needed a web browser and somewhere to backup/view his photos off his phone, And even he ran into issue with snaps!

I tried to switch everything over to flatpak but the OS just kept pushing back trying to reinstall SnapD until I ran some script off Github, It's the exact "I know better than you" bullshit that pushed me away from Windows.

[–] TCB13 8 points 5 months ago (1 children)

If you really want everything to go on flatpak why not just use Debian + GNOME? No bullshit and you'll be able to have flathub inside the GNOME software "store".

[–] [email protected] 5 points 5 months ago

I didn't want to reinstall the whole OS on my Dads laptop since he already has all his stuff on it.

But I'll probably go Debian if he ever lets me do it.

load more comments (4 replies)
[–] just_another_person 30 points 5 months ago (1 children)

Install Flatpak and the gnome plugin and be done with Snap.

[–] [email protected] 23 points 5 months ago

the ppa for 24.04 is live and you can still deb version of the app on it. by type: cat <<EOF | sudo tee /etc/apt/preferences.d/nosnap.pref

To prevent repository packages from triggering the installation of Snap,

this file forbids snapd from being installed by APT.

For more information: https://linuxmint-user-guide.readthedocs.io/en/latest/snap.html

Package: snapd Pin: release a=* Pin-Priority: -10 EOF Change the /etc/apt/preferences.d/mozilla Package: * Pin: origin packages.mozilla.org Pin-Priority: 1000

Package: Thunderbird* Pin: release o=Ubuntu Pin-Priority: -1

you can grab the ppa and no more snap

[–] [email protected] 24 points 5 months ago (1 children)

Then I'll be on the last deb until it no longer works. I'm not going down the proprietary snap route.

[–] [email protected] 60 points 5 months ago (1 children)

Debian, Fedora, and OpenSUSE all offer excellent alternatives depending on your reasons for staying.

[–] [email protected] 3 points 5 months ago (3 children)

I am on Debian and Pop. However, if they're dropping the deb distribution, what does that mean for the non Ubuntu folk? Maybe I've misunderstood it all?

[–] [email protected] 21 points 5 months ago (1 children)

Ubuntu is (mostly) based on Debian. This is simply a move by Ubuntu to further push their own packaging platform which is effectively proprietary at this time. Debian's own packaging will remain unchanged.

[–] [email protected] 9 points 5 months ago

Excellent. Then it doesn't matter to me at least. Thank you for the reply.

Still, i don't trust, nor like the concept of the proprietorial snap system.

They must be trying to set themselves up to be purchased.

load more comments (2 replies)
[–] lightnegative 19 points 5 months ago* (last edited 5 months ago) (1 children)

Who cares?

Ubuntu is a shell of what it once was. They're not going to make Snap optional, they need to justify its existence by releasing everything as snaps with no alternative so you have to use it.

Or, just use Debian if you like Debian-style distros?

Or, wait for it - this is gonna sound a bit radical but hear me out - give Fedora a try? Flatpak instead and unlike Debian Stable has packages from this century

Inb4 btw I use Arch

[–] KickassWomen 6 points 5 months ago (1 children)

like Debian Stable has packages from this century

You can set up Debian 12 to use Flatpak. I use it and it works well.

[–] lightnegative 5 points 5 months ago* (last edited 5 months ago) (1 children)

Yes, you can sideload apps from this century into Debian and run them in an isolated environment with dependencies also from this century :)

Tbh I'm surprised that the Debian kernel is new enough to support cgroups /s

[–] [email protected] 3 points 5 months ago

Hey now, I'm an Arch user but Debian stable was protected from the XZ backdoor due to the release delay.

[–] [email protected] 14 points 5 months ago (3 children)

Everything is going to snap in Ubuntu. It's why I don't use it 🤷
It even recently made my life very difficult because something I did recently only worked on chromium non-snap, but ubuntu provides no easy way to use the non-snap version. Most frustrating experience on that distro ever. Unfortunately, it can't be replaced as it's on a relative's computer...

CC BY-NC-SA 4.0

[–] [email protected] 11 points 5 months ago* (last edited 5 months ago) (2 children)

I run Ubuntu on my home servers, simply because I always used it, resources and help are plentiful and it's well documented. I thought.

Took me a while to realize that after moving to a new machine and upgrading to 22.04 docker was installed as a fucking snap and a bunch of my apps didn't work because of that. I got it all running now, but every VM and LXC I'll install going forward will be running Debian instead. Fuck this annoying shit.

Edit: Or I might try out Mint Mate, since it's what I know best (aka Ubuntu) without snaps. What would you guys recommend for a basic homelab?

load more comments (2 replies)
load more comments (1 replies)
[–] [email protected] 14 points 5 months ago (2 children)

It can then go from a snap to a superior flatpak real quick.

[–] [email protected] 6 points 5 months ago

Thunderbird on Flathub is already an official package.

[–] [email protected] 3 points 5 months ago

You mean apt?

[–] bigmclargehuge 12 points 5 months ago (7 children)

Serious question, genuinely curious; Beyond more recent package versions, why do people choose Ubuntu over plain Debian? Debian has been exceptionally stable for me, pushes no proprietary BS, and is as easy to intall and setup as any other distro I've used. Plus, for the average computer user, all the packages are recent enough that things should work as expected.

[–] [email protected] 13 points 5 months ago (1 children)

Because it looks nicer and has more polish for desktop. Silent grub, for example.

[–] bigmclargehuge 4 points 5 months ago

I think looking nicer is very subjectve. I personally prefer default Gnome over Ubuntu's tweaks. However silent grub makes complete sense. Word vomit every boot does look very hack-ish if you arent used to it.

[–] [email protected] 9 points 5 months ago

because I googled what distro to use and ubuntu was the one I picked randomly and I can't be fucked to change it

I assume I am a prototypical user in that regard.

[–] [email protected] 4 points 5 months ago (1 children)

I tried Debian recently (with Cinnamon, since I don't like Gnome), but I found it was lacking some polish and niceties that I get from Linux Mint. I do use LMDE instead of the Ubuntu base though.

[–] bigmclargehuge 2 points 5 months ago

Totally understandable, QOL and creature comforts are important. To be fair, I'm personally the type of user who prefers a spartan system that I can then tailor to my needs, rather than lots of features OOTB. To each their own I suppose.

load more comments (4 replies)
[–] [email protected] 9 points 5 months ago

HA HA, THIS FUCKING SUCKS 😭

[–] [email protected] 9 points 5 months ago (2 children)

Mint 22 is set to include the Thunderbird DEB package...

load more comments (2 replies)
[–] [email protected] 5 points 5 months ago

Surprised no one.

[–] [email protected] 3 points 5 months ago

They got paid by canonical or something?

load more comments
view more: next ›