Fedi, help:
I am trying to use cwebp to convert images to webp. I have previously done this successfully in an arch distrobox. Now, though, it doesn't work.
distrobox enter arch
bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
bash: warning: setlocale: LC_COLLATE: cannot change locale (en_US.UTF-8): No such file or directory
bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
bash: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8): No such file or directory
bash: warning: setlocale: LC_COLLATE: cannot change locale (en_US.UTF-8): No such file or directory
cwebp -lossless -q 100 example.png -o example.webp
bash: cwebp: command not foundI tried reinstalling libwebpsudo pacman -S libwebpbut it made no difference.It seems to be an issue only affecting webp: I can still run any other cli program in my arch distrobox.
#Webp #Libwebp #Arch #Distrobox
EDIT: SOLVED! The issue was that I had
libwebp installed but not libwebp-utils.