Trying to install from AUR

I'm trying to install and build packages from the AUR but paru is downloading from the chaotic-aur instead which is not what I wanted especially with the linux-cacule kernel as i wanted to optimise it for my cpu arch.

Is there anyway I can limit the paru to just AUR without having to disable the chaotic-aur mirrorlist in the pacman.conf?

Try the following:

paru -Syu aur/linux-cacule
4 Likes

Fantastic, that works! Just need to put the aur/ when using paru -Syu

1 Like

You can also target the AUR specifically with the a option, e.g. -Sua will upgrade only AUR packages, and -Sa will install only from the AUR.

4 Likes

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