Issue running cwebp

Hi,

cwebp is a tool to convert images to webp.
I used to have it under Manjaro XFCE, but hadn’t use it for a while. I made the december stable updates and now it isn’t working.

cwebp is said to be part of libwebp

So to be sure, I re-installed it with
sudo pacman -S libwebp

Then I tried to run cwebp, but the cmd is not found:

[x245@x245 Linux]$ LANG=en_GB.UTF-8
[x245@x245 Linux]$ cwebp
bash: cwebp: commande introuvable
[x245@x245 Linux]$ LC_ALL=C
[x245@x245 Linux]$ cwebp
bash: cwebp: commande introuvable

RE:

It isn’t.
It is part of:
libwebp-utils

https://archlinux.org/packages/extra/x86_64/libwebp-utils/
(scroll down a little: Package Contents)

2 Likes
 $ pamac search -f cwebp
/usr/bin/cwebp is owned by libwebp-utils
sudo pacman -Syu libwebp-utils
2 Likes

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.