Yay
linuxmemes
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 users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- 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.
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
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
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 remove France.
paru
"Fun" fact: Windows is finally just now, in the year of our lord 2026, trying to release some updates as "live". As in not requiring reboot.
It's going better than you'd expect, but still far worse than they have any excuse for.
thats only if it actually downloads and installs. our enterprise windows installs like to take 5-10 attempts to actually get the software onto the computer. "Install failed. retry?"
Not exactly correct. They are releasing their hot patch service more broadly. These are updates that would normally require a restart no longer need to be restarted.
Just like Linux though, if you didnβt want to restart after updating you never really were forced to.
For those who are confident in their system setup
sudo apt update && sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y
First thing I do on a new system using apt is aliasing this to "UpdateSystem" in .bashrc
dnf update
apt has the added irk of being split into update/upgrade plus apt-get for scripts.
And the default apt search sucks lol
sudo zypper dup
This is the correct answer.
There's dozens of us!
A few dozens at least!!
[happy zypper noises]
choco upgrade all
Not a built-in, of course, but chocolatey gets you Linux-like package manager behavior on Windows. With it you can run headless software installs and automatically update software. It's great for remote/VM management.
I used chocolatey for a while on windows. I did like it, but due to some of the fussiness with it I found it was just better to put up with crappy .exe files
sudo apt upgrade && sudo apt full-upgrade && sudo apt autopurge
You forgot -y
topgrade
On Fedora live update is turned of by default with a warning saying updating without rebooting is not recommended. As a cautious noob, I left it as is. Too cautious?
Yeah, rebooting just makes sure that everything is using the new updated packages, so if you update then reboot you'll be golden
No. Fedora sometimes updates configs or packages (e.g. kernel) that require a reboot to take advantage of. If you're a linux veteran you can decide by yourself if or if not you need to reboot. But fedora wants to have a stable and smooth experience for all its users.
So Debian/Ubuntu still can't into auto update?
sudo apt upgrade -U -y
Apt-get is unnecessary nowadays, just use apt, especially for simple commands like this.
..and while it's running I'll check my email and post something on lemmy!
edit: literally just did this to make sure it would work. Tbh it was a little balky.