You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use paru <package_name> to install some random packages
after some terminal flushes (dependencies checkings something like that)
The :: Proceed to review? [Y/n]: Y pops up and u choose Y to proceed the installation with checking the PKGBUILD for that specific package
Use q to exit the PKGBUILD checking session (less)
and the whole paru installation just aborted without any warnings/error as shown in the output
Solutions I've tried (but didnt help):
reinstalling less with sudo pacman -Sy less and/or sudo pacman -Rdns less && sudo pacman -Sy less
reinstalling paru
Temporary workaround I'm using rn:
Adding SkipReview in the end of the file/etc/paru.conf
The text was updated successfully, but these errors were encountered:
PD-Kerman
changed the title
Paru returns 141 as exit code showing PKGBUILD (exit less with q)
Paru returns 141 as exit code after showing PKGBUILD (exit less with q)
Aug 4, 2024
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
The text was updated successfully, but these errors were encountered: