sudo dnf update && flatpak update
Two days later…
The Silverblue prayer
sudo rpm-ostree update && flatpak update
deleted by creator
Where my
pacman -Syu
gang at btwyay :)
yay -Syu && reboot && 😉🤞
Quick question: Why are all saying that upgrading via -Syu is risky? I use arch for 3 weeks now and I always upgraded via paru -Syu and I never had problems with it.
Fun fact. You don’t have to type the -Syu part with paru; using the command alone is an alias for it already.
poeople started saying that arch breaks very often since this community switched to lemmy(at least since i found my way to lemmy)
I’m kicking back here after
paru -Syu --nocombinedupgrade --noconfirm
PS: (obligatory) ‘Long live yay!’
C••••••••
Whooooo! Pacman -Syyu for extra safety.
They’re trying to boot.
I died at this one ngl
I’ve got “syu” aliased to the above on Debian etc. boxes. Save me some typing.
paru -Syu --skipreview && flatpak update
-y && sudo apt autoremove
Termux gang
deleted by creator
deleted by creator
sudo dnf up
sudo systemctl enable dnf-automatic-install.timer
Behold:
sudo snap refresh
… yeah… I’ll see myself out…
Class, let’s all thank ‘TeamAssimilation’ for showing us what not to do. Now, Brian, I think it’s your turn to wipe the drool off of his face, and make sure he hasn’t pooped himself again. I’m going to go call his parole officer and tell him that he’s in CLEAR violation of his parole.
Please do.
Just kidding…
I am forced to judge your entire character based solely on your snap use.
On my work PC:
flatpak update && sudo apt update && sudo apt upgrade && reboot
On my home PC:
flatpak update && paru && reboot
On my laptop:
flatpak update && sudo dnf update && reboot
What is
paru
?A command line utility to manage AUR (Arch Linux User Repository) packages. The AUR contains about any imaginable package on Earth, it’s one of the greatest features of Arch. If you need some app, someone probably already packaged it in the AUR, so you don’t have to handle a manual update.
AUR helpers allow installing and updating both official Arch packages and AUR packages with a single command.
Another popular one that I use isyay
.Thanks!
aur helper
https://github.com/Morganamilo/paru
It’s like
yay
but more modern, written by one of the people who originally worked onyay
Thanks! I never knew there was an alternative to yay
schizophrenia
Is there a reason these commands weren’t at some point combined into one flag?
I can see why you’d want separate “update” and “upgrade” options, but another flag that does both without writing such a long command would be nice.
Maybe I just don’t know enough about apt and such a flag does exist? Maybe they’re just expecting folks to create an alias?
I can see why you’d want separate “update” and “upgrade” options
i don’t. anyone care to explain?
Maybe for a server - regularly update the package list and compile a list of packages needed to be upgraded. Then send the list to an admin and let them do the update, so that it isn’t unattended.
makes sense, other package managers do the same. mixed it up with upgrade dist-upgrade which i still don’t really get
upgrade
upgrades only installed packages, and only when it can do so without adding/removing other packages.dist-upgrade
will do the same, plus upgrade packages that have dependency changes. If package A v1 depends on package B, but package A v2 depends on package C instead, usingupgrade
will keep your package A at v1, whiledist-upgrade
will install the new dependency and upgrade package A to v2.Can you also please elaborate on what full-upgrade does?
full-upgrade is dist-upgrade, it got renamed because of the possible ambiguity (one could think that it upgrade your distribution, like from debian 11 to 12)
great explanation, thank you :)
If you want to install something, do you wish to just update before hand, or to upgrade too ? I guess the former.
Now you could add update to the install function, but it would mean if you updated 5 mins ago for install something, you would need to update again as you install something else.
Better to keep them separated and call them as you wish.
me when unattended upgrades
I just double click to open the Ubuntu Software Updater /s
It’s a single click, Windows user.
dist-upgrade!
sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt full-upgrade -y
screw all those, all my homies do
topgrade