[Solved] Checking for AUR updates

If I want to check for updates from the official repositories it’s easy enough to run the command ‘checkupdates’, which shows the list of pending updates to be installed.

However if I wanted to check for pending AUR updates, there doesn’t appear to be a command for this, unlike in say, Manjaro where running ‘pamac checkupdates’ shows pending updates for both AUR and official repositories and are displayed separately. I have seen ‘checkupdates-aur’ mentioned on a couple of sites, but it isn’t rercognised. I’ve looked at options for ‘yay’, but there doesn’t appear to be one for pending AUR updates.

Any ideas please?

Just yay should provide you updates to both Arch packages and the AUR.

yay

You also have access to eos-update --yay, which does both, and also updates keys and such.

eos-update --yay

yay -Sua should work to check for AUR updates.

You don’t want to use yay with no options unless you are actually doing your your updates. This is because if you are only checking, you don’t want to update your databases.

2 Likes

I use paru however you can use yay for checking if there are AUR updates
yay -Qu this will just show a list of apps to be updated but doesn’t start any update process.

4 Likes

That is even better

1 Like

And for those who prefer an alias:

You can change it to yay -Qu and nano/greany/vim/etc. And cup can be pacaur or whatever your heart desires.

yay -Sua’ seems to be the command I was looking for. I did not see this option mentioned on any of several websites I looked at for ‘yay’, although there were plenty of ‘yay -Su’ type examples.

Thanks everyone.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.