Hey everyone! I am not quite sure how to figure out what I need to do next here. Probably there is a guide/wiki/readme somewhere. Any pointers would help me out.
Summary
I wanted to install some python packages through pacman/yay. One particular install from the AUR failed and now I am not sure what to do. I’ll get the packages I need some other way - probably pipx or something, that’s a separate issue. My confusion is all about cleanup.
How do I clean this up to get back to before I tried to install? Do I even need to do anything, or is manual intervention only if I want to try to complete the installation?
Steps
I ran the following and did nothing special on any of the prompts:
yay -S python-randomgen
The building seemed to go fine (very long output, using gcc etc), it is the checks that failed:
Specifically:
-> Failed to install the following packages. Manual intervention is required:
Question
I presume this manual intervention includes some cleanup of the build that has just happened? I just want to remove anything left over from the install attempt, I don’t want to attempt to complete the install anymore.
How do I figure out what manual intervention is needed?