Let's update...
-
This post did not contain any content.
-
This post did not contain any content.
Really should keep that PPA use to a minimum. They're potentially a source of not just instability but possible malware as you're putting a lot of trust in whoever maintains that resource.
-
This post did not contain any content.
Break your system and it's broken.
How unexpected!
-
This post did not contain any content.
OP hasn't used AUR much
-
This post did not contain any content.
nix flake update nixos-rebuild --switch --flake . # Just to keep an update history git add flake.lock git commit -m "update"
This may seem like too much work, but it guarantees an all-or-nothing procedure. If some package is broken, the entire upgrade process is canceled, and the system remains in the state that it was.
I have had a couple of partial upgrade cases on Arch. It was not fun live booting to repair it, every time this happened.
-
Really should keep that PPA use to a minimum. They're potentially a source of not just instability but possible malware as you're putting a lot of trust in whoever maintains that resource.
When I use Debian/Ubuntu, I prefer installing missing/outdated software from Nix package manager or Flatpaks.
This way, I can keep a stable core, while being able to enjoy all the latest versions of the apps that I need.
-
This post did not contain any content.
I find debian more stable than arch, especially when updating.
-
This post did not contain any content.
presses the big blue 'update' button in GNOME Software in Fedora
-
This post did not contain any content.
ujust update
-
This post did not contain any content.
I saw someone on ml point out that
update
should come beforeupgrade
-
I saw someone on ml point out that
update
should come beforeupgrade
update
pulls the metadata about your packages (to see if there are new versions, and which), whileupgrade
applies the patches. -
update
pulls the metadata about your packages (to see if there are new versions, and which), whileupgrade
applies the patches.I've never understood why the update part isn't included in the upgrade command, since upgrade is useless without it
-
ujust update
Isn't that just
topgrade
-
Isn't that just
topgrade
I'm honestly not sure. https://github.com/ublue-os/bazzite/blob/main/system_files/desktop/shared/usr/share/ublue-os/just/10-update.just
The bazzite motd says use
ujust
-
OP hasn't used AUR much
You don't even have to use the aur are to have breaking changes. Most recently they changed how vlc was packaged. And broke it causing a lot of problems for users.
-
You don't even have to use the aur are to have breaking changes. Most recently they changed how vlc was packaged. And broke it causing a lot of problems for users.
That's pretty rare. I ran arch for years and my only issues were from AUR or trying to update extremely out of date machines.
-
Really should keep that PPA use to a minimum. They're potentially a source of not just instability but possible malware as you're putting a lot of trust in whoever maintains that resource.
Especially because there is no way to limit the packages installed from a PPA AFAIK. If the PPA has a "new" version of NGINX, or of libc, or of Wayland - you get it, too!!!