uuencode

Encode binary files into ASCII for transport via mediums that only support simple ASCII encoding. More information: <https://manned.org/uuencode>.

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