jpegtran

Perform lossless transformation of JPEG files. More information: <https://manned.org/jpegtran>.

Debian Debian
RUN apt-get update && \ apt-get install -y libjpeg8-dbg
Ubuntu
RUN apt-get update && \ apt-get install -y libjpeg9-dbg
Alpine
RUN apk add libjpeg-turbo
Arch Arch Linux
RUN pacman -S --noconfirm libjpeg-turbo
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libjpeg-turbo-progs
CentOS
RUN yum install -y libjpeg-turbo
Fedora
RUN dnf install -y libjpeg-turbo-utils
Raspbian
RUN apt-get update && \ apt-get install -y libjpeg9-dbg
click the source code to copy install jpegtran on any operating system with command-not-found.com