I have just made an update with yay.
Among other things I got the following message:
-> Verwaiste AUR-Pakete: pcurses
Does that mean it can be deleted?
I have just made an update with yay.
Among other things I got the following message:
-> Verwaiste AUR-Pakete: pcurses
Does that mean it can be deleted?
What does pactree -r pcurses
show you?
[uwe@HAL ~]$ pactree -r pcurses
pcurses
[uwe@HAL ~]$
Then nothing depends on it so you should be able to remove it.
sudo pacman -R pcurses
You shouldn’t use sudo
with yay
I was wondering where this package came from; looking back over aur-requests it hadn’t been in the AUR since at least January 2021, but then I saw it was just removed from community:
I used yay -Rs pcurses
Also works. There isn’t really a single correct way.
And I was wondering if I shouldn’t remove an AUR.package with yay.
You can if you want to. But you don’t need to. Once a package is installed pacman can remove it.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.