this post was submitted on 13 Mar 2025
71 points (96.1% liked)

Linux

9211 readers
124 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

I’ve been around for a while and this is the first time I’m seeing something like this. I’m wondering if I picked up something nasty or if this is something that other people are seeing.

you are viewing a single comment's thread
view the rest of the comments
[–] MangoPenguin@lemmy.blahaj.zone 27 points 1 day ago (3 children)

Fedora does this too, it's really obnoxious.

[–] possiblylinux127@lemmy.zip 5 points 22 hours ago

You don't need to do offline updates. Dnf update still works like it always has. However offline updates are more reliable.

I ended up switching to Fedora Silverblue since I really like the idea of ostree and simple change control.

[–] notanapple@lemm.ee 9 points 1 day ago (1 children)

Yeah fedora does it even for small updates, not just kernel updates. But only if you update through the store.

[–] punkfungus@sh.itjust.works 5 points 17 hours ago

In KDE at least there's a toggle to switch that behaviour. It's in System settings -> Software update -> Apply system updates. If you switch it to "Immediately" you get the standard package manager behaviour. Not sure if gnome has an equivalent.

[–] pastermil@sh.itjust.works 4 points 1 day ago (2 children)

Also RHEL-based distros (tested on AlmaLinux). I think it's alright.

[–] 30p87@feddit.org 4 points 1 day ago (1 children)

Meanwhile Arch is like: You got problems after updating the kernel, systemd and sway? Well either you need to reboot, or you're fucked till the next patch lol

[–] pastermil@sh.itjust.works 1 points 1 day ago (1 children)

Or, maybe a reinstall would help.

[–] 30p87@feddit.org 2 points 1 day ago

Nah, actually never had to reinstall. Not even after switching devices (Laptop -> Laptop), by just copying over /dev/sda3 to /dev/main/root, only "reinstalling" grub (grub-install) and recreating swap (on /dev/main/swap).

It's just unnecessary, Debian based doesn't do this at all so updates are like 10x faster.