-y && sudo apt autoremove
All you sophisticated folks with your dinky commands… I just click restart to update whenever Daddy Gated says so. So much easier…
You could also open the Pop! Shop, have it load, freeze and then upgrade via terminal. They should really fix that shit
Haha. Yeah its lagging a lot on startup, but seems like its working fine after 30 sec. Well, Im getting updates almost every day…idk maybe its not working lol
-y
Termux gang
deleted by creator
dist-upgrade!
sudo apt update && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt full-upgrade -y
sudo dpkg-reconfigure --priority=low unattended-upgrades
First thing I do on Debian is disabling unattended upgrades. I will need to install some package now and it will always get in the way.
That’s odd. If unattended upgrades are running, the system will do upgrades regularly. That means it’s unlikely to get a significant backlog of updates queued up. Upgrade cycles typically finish briefly as a result. All my systems, interactive or headless, are running an update and upgrade cycle every hour. I’ve yet to to run into a case when I couldn’t install a package because
apt
was in use. It’s not impossible, but I haven’t. Or at least it’s been so long ago that I’ve forgotten about it. I don’t have to think about unpatched vulnerabilities. ☺️
What does that do?
It enables automatic security updates. You could also enable automatic updates for all, not just security. Basically have the system run the meme commands for you.
That’s interesting, I didn’t know this can be configured in one line. When I searched how to configure unattended-upgrades myself I only found long solutions.
sudo dnf update && flatpak update
Two days later…
The Silverblue prayer
sudo rpm-ostree update && flatpak update
alias “upgrade”=sudo pacman -Syu && yay -Syu && sudo flatpak upgrade
more like alias “yolo”
deleted by creator
sudo nixos-rebuild switch --upgrade
nix flake lock
I’ll give you one better:
doas emerge --sync && emerge -uDN @world
:)
sudo dnf up
sudo systemctl enable dnf-automatic-install.timer
Where my
pacman -Syu
gang at btwThey’re trying to boot.
I died at this one ngl
paru -Syu --skipreview && flatpak update
yay :)
sudo nala upgrade ; flatpak update
Nala is a frontend to apt-get written in Python.
Flatpak violates Single Source of Truth for installation data, and hides installations.
sudo zypper refresh && sudo zypper dist-upgrade