this post was submitted on 23 Nov 2024
327 points (90.2% liked)
linuxmemes
21378 readers
1264 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't fork-bomb your computer.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
No restart require on Linux is a joke, right? Because I get updates that require restarts as often as I get them on Windows when updating Mint.
Unless you're updating the kernel itself, there is little chance you actually need to reboot your machine. Just restarting whatever service or application you're using should do the trick.
Just following the update manager instructions
Kde neon made me reboot Everytime it updated. Turns out there was a setting I could disable. Afterwards I was never bugged about rebooting.
Used discover for updates
Maybe you have such a setting?
You do you, it can't hurt to reboot and work on a fresh restart. But if for some reasons you need to keep your machine up, you'll know it is less of a problem than on windows typically
This is the same on Windows, you can just carry on and then complete an update when you go to shut down the machine. Can't remember the last time an app install or update required the whole OS to be restarted immediately.
I remember what it's called, but at some point there was an app for windows that would check if your machine actually needed a restart or not. Basically the "restart your machine" prompt is mostly just a boilerplate. It's very rare that those installers touch anything that can't actually be loaded without a restart.
And on some distros you can also just reload the kernel without rebooting
Yep. I'm on EndeavourOS which is about as far as you can get from Mint without going to like Slackware, LFS, or BSD. Basically every single run of pacman prompts for a reboot. I'm sure I could restart individual services or subsystems instead, but that's not what the OS popup says.
Really? I need to restart my Windows less often, Fedora asks me every other day restart my PC to install updates
Fedora issue. I restart my Debian machines maybe once every 4-6 weeks.
I have the save experience with popos
Besides a kernel update... Which one?
Honest question, as I usually just restart to be sure I haven't missed to restart a service or something, but theoretically I could restart every program and service, that got updated.
Maybe Mint is very conservative here...
Fedora requiers them all the time. Sometimes there is a driver update in there.
they're not required, only the update manager thing wants you to. if you update via dnf you don't need to restart 90% of the time
Probably driver update, like nvidia?
Ah yeah, mostly kernel module updates go along with a kernel update. But you are right, yeah.
Although, should be possible to just reload the module and restart X/Wayland, no?
Afaik mint just says you have to restart but don't forces you. Iirc it was there to avoud any glitches which could be caused by apps interacting with each other in different versions(say some system app got updated and desktop environment is still the old since its loaded before update then cause gui mismatch due to different versions of ui toolkit)
I mean, in this case Windows doesn't force you to restart either, you can just keep chugging along with the restart icon set the bottom right... That icon can stay there for weeks on my girlfriend's laptop
Depends on your kernel, the distro kernel, and your package manager settings. One of the biggest selling points for Redhat is the live patch kernel updates with zero down time. However, Redhat is the original Linux distro and their devs do a lot of the kernel code maintenance and development.
Redhat is not the original. Just of the ongoing projects, there is both Slackware and Debian, which are both older than Redhat. Redhat stands out because they are a commercial, for profit company, so they have more money and resources to invest in Linux development than most organizations, and they have a vested interest since it is their product base.