Open PD-Kerman opened 3 months ago
141 would be a sigpipe. Paru does have code to handle that so it shouldn't be happening. I can't reproduce it on my side so I don't think I can debug this. If you know of anything I could do to reproduce it let me know.
Also you can set ParuPager = cat
as a less severe workaround than SkipReview
.
Affected Version
paru v2.0.3 +git - libalpm v14.0.0
Description
yes, and there wasnt even any infos about returing error code 141
Output
Include the FULL output of any relevant commands/configs
paru.conf
Description/Behavior
paru <package_name>
to install some random packages:: Proceed to review? [Y/n]: Y
pops up and u choose Y to proceed the installation with checking the PKGBUILD for that specific packageq
to exit the PKGBUILD checking session (less)Solutions I've tried (but didnt help):
sudo pacman -Sy less
and/orsudo pacman -Rdns less && sudo pacman -Sy less
Temporary workaround I'm using rn:
Adding
SkipReview
in the end of the file/etc/paru.conf