img2webp

The WebP command line tools

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
Fedora
RUN dnf install -y libwebp-tools
Raspbian
RUN apt-get update && \ apt-get install -y webp
click the source code to copy install img2webp on any operating system with command-not-found.com