I'm on arch so its the highlight of every morning π€£
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
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
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.
Fedora does this too, it reboots to install updates...
Gnome Software does this with offline upgrades. It's optional. Doing sudo dnf upgrade is the same as sudo apt update && upgrade. No reboot. Obviously you should reboot for kernels and certain hooks but otherwise yeah. You can disable gnome software automatic downloads etc
The poster would be more convincing if you hadn't inverted apt-get update
and apt-get upgrade
...
Maybe OP knew all along that they wanted to use the previous package list to upgrade and fetch the new one after! Maybe weβre all actually inverting itβ¦
(Iβm just being silly, I recognize that an old package list would probably cause issues with installing or upgrading packages.)
(Iβm just being silly, I recognize that an old package list would probably cause issues with installing or upgrading packages.)
No problems anywhere you can always install older versions from a repo.
Upgrade -> update two days ago and then again today will leave me with exactly the same packages as it would if I ran it correctly the first time and then not at all today. Just the state of two days ago.
I mean, it's definitely faster this way around
It's insanity. I had to upgrade my work laptop to windows 11 this week.
IT didn't do their research and turns out our main software isn't compatible with windows 11 at all. So i had to downgrade back to windows 10. When i did, photos don't work and the microsoft store wont open.
Windows is such a horrible system, i have no idea why they made it so poorly. I could have installed any distro of linux and had it working well in less than 20 minutes. Upgrading to windows 11 took almost 2 hours and it still didn't work.
Now IT has to scramble to find a solution before the 14th and we lose all security updates, which they are very concerned about. What a nightmare to be in IT.
Itβs always a nightmare being in IT lol
Nobody ever calls to say, βHey! Just wanted to let you know that my email is working great, keep up the good work!β
We only hear from people when shit is broken.
Being in a windows shop only makes it 100x more difficult and expensive.
Dont you mean: sudo apt update && sudo apt upgrade
Nope. I meant paru.
Yea apt-get
is so 2010
Click Update and Shut Down
Windows: Updates and restarts
trollface.jpg
Install Windows - does updates as part of the installation process. Get to desktop and check for updates - more updates to install. Reboot and check for updates again - yet more updates.
No it will update and once that is done it will shut down. But the update includes a restart so it will restart and then require you to type your password so it can finish the update, after which it will shut down.
Ain't nobody got time for two commands.
sudo apt upgrade --update
Are you serious? That's a thing? I've been doing apt update and apt upgrade for years
It also has sudo apt autopurge which does autoremove --purge
sudo apt update && sudo apt upgrade
Well, true, one of the slowest packaging systems in Linux world is still faster than Windows Update.
Meanwhile in Fedora:
It is done that way for better reliability. It is optional and not even needed with Silverblue.
Who even uses apt-get these days?
Yeah apt-get
is so old it officially misses packages that apt
... gets.
Whoa, do you have something to read up on that? I'd be extremely surprised, since apt-get
is supposed to be the script-safe variant, i.e. I'd imagine it's the more stable of the two.
sudo nix-channel --update
sudo nixos-rebuild switch
nvim flake.nix
sudo nixos-rebuild switch --flake .#flake
Be me -
Gets the Ok from IT to switch to a Linux Distro for my work desktop.
Gets the Ok from my direct manager.
Gets the Ok from our contracts manager who used to be in my direct managers position before.
Direct manager reaches out to lead developer, who happens to be a windows fanboy, for the web app we use to ensure βcompatibilityβ, gets told to be careful of what I do and our cybersecurity insurance wonβt cover it.
Be me, looking around at all the minuscule pieces of hardware connected to the internet likely running some form of Linux or Unix.
It's a fucking web app. Make sure it works for a browser. You suck as a web developer if your shit web app needs to work on a specific OS.
And those are fighting words because I build web apps.
yay
"I use arch ... btw", also btw
For APT enjoyers,
alias yay="sudo apt update && sudo apt upgrade"
Also,
alias nay="yay -Rns"
Or yeet if you prefer, for the yay/nay or yay/yeet pair.
Thank you for this, I love it. We use Ubuntu at work and I am quite tempted to covertly add yay as an alias.
This is so cursed.
- Wrong order
- Dont use apt-get in the terminal
- Reboot