this post was submitted on 07 Mar 2025
166 points (94.1% liked)
memes
12466 readers
1834 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is what necessary?
Reboot to install software?
Generally no. There are some parts of your system that you will have to reboot for (like the kernel). But apps? Installing a new service?
No.
Most systems you just install the app you want, and run it.
There are some immutable distros the require things that are installed as part of the base system to only be available after a reboot, but they provide ways to install things without making it a part of the base system. Thus no reboot required.
Both Windows and Linux are able to reload parts of their kernel without needing to reboot. It's still suggested, but as long as the software doesn't actually force you to you can just say "reboot later" then just start the program like normal.
Yes. Using kexec.
Though this is irrelevant for majority of users: I've never seen it as the default.
That +
gives me the idea that its likely safer to just do a proper reboot, if your alternative is kernel patching or loading a completely different kernel.
Plus, its likely that not every single bit of firmware running on your devices support live patching. Thus you will be rebooting eventually, unless you are fine with avoiding the updates.
In some cases, yes.
I've run into probably half a dozen applications that request a reboot before installation, even if you just rebooted and the launcher was the first thing you ran.
Usually older and very niche software. Business shit from the AS400 era, medical applications (including modern), not generally your standard stuff most people are installing.
Ah, I was thinking that with anything modern I haven't had that. Kernel needs a reboot, services can be restarted and apps just chug along until you restart them yourself