cwebp

Compress an image file to a WebP file. More information: <https://developers.google.com/speed/webp/docs/cwebp>.

Debian Debian
RUN apt-get update && \ apt-get install -y webp
Ubuntu
RUN apt-get update && \ apt-get install -y webp
Alpine
RUN apk add libwebp
Arch Arch Linux
RUN pacman -S --noconfirm libwebp
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y webp
CentOS
RUN yum install -y libwebp-tools
Fedora
RUN dnf install -y libwebp-tools
Raspbian
RUN apt-get update && \ apt-get install -y webp
click the source code to copy install cwebp on any operating system with command-not-found.com