gpg-zip

Encrypt files and directories in an archive using GPG. More information: <https://www.gnupg.org/documentation/manuals/gnupg/gpg_002dzip.html>.

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