Update first, then upgrade
Good catch. Haven’t been using apt in some time.
sudo pacman -Syuyaywhich yay yay: aliased to paru
Is it even
apt-getstill? thought they changed over toaptlong ago andapt-getis just a symlink for legacy reasons.At least that’s what I last read… (speaking as someone also loving candy) .
apt is a wrapper over the apt- binaries (apt-search apt-cache etc).
aptis meant more for user interaction andapt-getis more stable and more for scripting. Butapt-getis often used in online tutorials because it doesn’t really change.I think it wasn’t for APT but I once worked for a business with a lot of RHEL, the script that was updating hundreds of servers was using the user wrapper instead of the binaries. A warning was displayed in the script to warn not to use the wrapper for scripts.
I warned my team leader of the issue and was completely ignored and was said that it was an issue for the team that made the script in the first place.
I gave up.
A few weeks later, the poorly designed script botched a major update on hundred of servers because the wrapper had a tiny change and the update script didn’t handle it well.
It’s insane to me how much money a business can waste for stupid shit like that. The devs warned us not to use their wrapper to script on, the linux team did it anyway, my warning was ignored, many hours of engineers work was wasted fixing the chaos that ensued.
paru
It runs so much faster if you do upgrade first \s
Update before upgrade you nonce
C’mon, it’s Debian! Obsolete anyway. Update today, upgrade in a week, not like things gonna change. Perhaps the man forgot the upgrade a week ago, upgraded, and then decided to double-check there’s nothing new anyway. Right?
No, no. You gotta update last to let them marinate for a while before you upgrade. If you upgrade too fast it just doesn’t taste the same.
i agree not as tender
Isn’t this how Non-Torvalds Linus bricked his install
Order wrong.
they need to make
apt get upgratethat does both in the right order…You are in luck because you can make this an alias (custom command) in your .bashrc file:
alias update='sudo apt-get update && sudo apt-get upgrade'
It’s the other way around, but yes, very much yes
he ran it in the wrong order 💔✌️
Plus he couldbhave just used ‘apt’ one command.
It’s clear why many Windows users won’t switch to Linux, when people show them they’d need to use strange IT tools to use it. While, annoying, Windows doesnt need you to be an IT nerd. Linux doesn’t either, but to people outside of the Linux bubble, this is how it gets presented. That Windows update sure looks easier than some manual hack.
apt is NOT a manual hack
To a non IT person who hasn’t heard of apt, needing to start the update manually, and needing type some magic words in precisely, is the worst it can get.
Didn’t know we were still doing apt-get
I have a lot to learn
iirc, apt-get is the version to use in scripts. They keep the input & output consistent so that it won’t break things.
Regular old apt is for humans to use at the command prompt, and that’s what I use all the time.
How is apt better for humans?
Less options and it expects user input, so when you update and there’s a changelog or warning, it shows it to you and you can read it. It doesn’t continue because it thinks you’re there reading it. The options and output are subject to change, so you don’t want it in a script. Apt-get will always have the same options and expected output for automation purposes.
Apart from letting you read the changelog, I would call it less of a “good for humans” but “bad for scripting”. Maybe it’s just me, but less options was never a good quality in my books
Yeah why do I still see this everywhere
haven’t used linux in decades but used to use aptitude over apt-get
I just want to share that last semester, the Windows podium computer we used decided randomly to update during a student presentation. It did not help their nerves, but I did turn it into a chance to evangelize Linux.
And no, they can’t use their own laptop, the connections to the podium computer, and thus the projector, use VGA…
Not that it matters much but isn’t there cheap adapters to/from VGA?
Yes but it’s generally easier and less prone to issues to just open their PowerPoint (or really, Google sheets) on the podium since I’m already using it. I’m sure the admin uses adapters as their excuse not to update the hardware though… (even if they are still using Win 11 on decades old computers).
Honestly, I would prefer if a video projector wasn’t tossed as garbage if you can just buy a cheap adapter and put it in a box next to the podium.
We have enough electronic waste as it is!
Yes, same; the real solution is Linux podium with an adapter in every room by default. But that’s not happening anytime soon, lol.
Technically it’s not the projector with the issue either, the podium is more or less a very fancy hub with a monitor built in. I feel like the adapter could just be built in if necessary, lol.
I have had windows users tell me that a projector needs a usb adapter. While HDMI worked perfectly fine and I even got crazy high resolution (after configuring it myself in KDE)
Vga-hdmi adapters are trivial
As someone who works on Windows daily… this is so true. One of the things that really annoys me with Windows is being able to reliably do updates. Running any of the update stuff, seems more like a suggestion and if Windows deems your request worthy, it might SLOWLY do something.
KDE Plasma recommends applying updates at reboot like Windows for stability. In fact, that is how it does them by default
KDE Plasma does what I tell it to
Sure, what I’m saying is the “windows way” of applying updates isn’t bad and there’s a reason why they do it
Except that stability isn’t the reason windows does its updates on restart, its a software limitation.
Windows doesn’t have the ability to edit running files, it quite literally can’t update the system without shutting everything down.
Bah!!
Feels aggressive sometimes
It can be configured but out of the boxes users need to have updates forced on them. Otherwise they never update.
And what he’s saying is it’s his life. It’s now or never. No one’s gonna live forever. He just wants to live while he’s alive. It’s. His. Life!
jesse, what the fuck are you talking about
Someone who gets it 🥲
Wait, plasma does your system updates? I don’t think it’s an appropriate way to do it
Discover is integrated with the rest of Plasma, so if you run your upgrades via Discover on Plasma, it’ll use Plasma settings. The same goes if you update with the little button in Plasma’s taskbar
Petty nitpick on my part, really, but I don’t think of Discover as a part of Plasma.
Good call, very little is “part of” plasma strictly speaking
I have no artistic skills so freebie: Arch is like Russian roulette where the odds are good but there is still a non-zero chance some update is going to shit the bed. I don’t even know how to convey that in meme form either.
You’ve heard of archinstall, now get ready for
archupdate
(it’s an alias I made for “pacman -Syu”)
genini update my machine
Because I’m apparently a raging masochist
sorry, usage of this tool has been discontinued, please use [WORSE TOOL WITH DIFFERENT NAME]
(joking but not really, gemini-cli is going to the google graveyard, replaced by antigravity-cli that’s basically the same, but in google’s tradition it launches with less features and also it’s not FOSS)
You misspelled
pacman -SyuNo, you misspelled
zypper dup. But with enough time, you’ll get there.I kneel
The only true answer
That’s a corporate propaganda that I can’t stand for
Take my angry upvote
Aaaand… you’re on Debian, so Blender 4.0 just got added to the testing branch. (Blender 4.0 still haven’t been tested for 168 hours of continuous running without touching it)
It’s a good thing system packages (which should follow a conservative update approach if possible to guarantee system stability, unless hardware demands newer packages) and user applications (which you’d usually want to be most up-to-date) are increasingly isolated from each other and mostly able to follow their own schedules. Also improves security and such.





















