dnf upgrade
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.
Well, true, one of the slowest packaging systems in Linux world is still faster than Windows Update.
takes 1 minute on an 8 year old machine. foss gang cant meme.
Click Update and Shut Down
Windows: Updates and restarts
trollface.jpg
Dont you mean: sudo apt update && sudo apt upgrade
Yea apt-get
is so 2010
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
Yes.
Also don't forget && exists for sequential completion of any commands
&&
executes the second command, if the command before was successful, ||
executes the second command if the first one was unsuccessful and ;
executes the second command regardless of success.
I didn't know any of this, thank you both :)
These are much more useful than the :(){ :|:& };: operator
Fun fact and disclaimer: this is a fork bomb. i tried it to run it on my phone via termux, thinking android would act up and terminate termux; but nope, my phone froze. Thankfully i hard-reset my phone by holding [VOLUME_DOWN]+[POWER] for ~5 seconds.
I'm absolutely serious.
You can also add a package name to install it at the same time as doing the upgrade, though personally I prefer to do that as a separate command so I can see what dependencies are needed.
sudo zypper ref && sudo zypper dup
Which just sounds ridiculous frankly. Even when you know what it means it still is rediculous.
Fellow OpenSUSE enjoyer right there
pacman -Syu
I'm on Garuda, so I just type
sudo update
I can still type out pacman -Syu, but nice that I don't have to.
-- noconfirm
--no-preserve-root
Atomic zypper gang!! <3
Non-atomic zypper enjoyers here!!!
topgrade -y
And my work here is done.
sudo pacman -Syu
sudo yay
ssu in config, yay -Syu
You can just use
yay
, since you will be prompted for your password anyway.
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.
I've started noticing websites just to refuse to work on Linux:
- Xfinity
- Microsoft
- United Airlines
- American Airlines
It's not like some weird script error either. It's straight up a 403 Forbidden on certain routes. Works perfectly fine if I switch to my Windows laptop. It's like it took one look at my user agent string and decided I was a bot.
Not saying you're wrong, but if you're running a VPN it could be that as well. More and more sites are demanding CAPTCHA tests and verification holds or just returning 403 for VPN access no matter what OS you are running.
I cooked up my own VPN and I still get blocked sometimes because it's a data centre IP. For example, Wikipedia blocked the whole /30 range.
My experience, updates usually work fine. Dist upgrades work fine 2/3 of the time.
The support for updating to a new version of a distribution is often still a headache. Some distributions donβt support it at all.
The poster would be more convincing if you hadn't inverted apt-get update
and apt-get upgrade
...
It accurately got them backwards, the same way I always do. :)