this post was submitted on 29 Mar 2024
43 points (97.8% liked)
Arch Linux
7737 readers
2 users here now
The beloved lightweight distro
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is so cool! Very clever solution to this issue. Thank you for sharing! ๐ An interesting thing that I ran into when testing it was regarding the difference between
[pacman|yay|paru] -Qu
andcheckupdates
:checkupdates
showed that an update was available, but the-Qu
option did not reveal the update. It wasn't until I synced the database with-Sy
that-Qu
started showing the updates.Update (2024-03-31T03:20Z): Ah, it looks like
checkupdates
essentially is just runningpacman -Sy
andpacman -Qu
.