Install Gpg-zip On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS
Maintainer: Debian GnuPG Maintainers
Email: [email protected] .
Website: https://www.gnupg.org/
Section: utils
Install gpg-zip
-
Debian
apt-get install gnupgClick to copy -
Ubuntu
apt-get install gnupgClick to copy -
Alpine OS
apk add gnupgClick to copy -
Arch Linux
pacman -S gnupgClick to copy -
Kali Linux
apt-get install gnupg-utilsClick to copy -
CentOS
yum install gnupg2Click to copy -
Fedora
dnf install gnupgClick to copy -
Raspbian
apt-get install gnupgClick to copy -
macOS
brew install gnupgClick to copy
Encrypt files and directories in an archive using GPG.
How to use gpg-zip?
Below are few example commands for gpg-zip that you can use in the terminal.
Encrypt a directory into archive.gpg using a passphrase:gpg-zip --symmetric --output archive.gpg path/to/directoryClick to copyDecrypt archive.gpg into a directory of the same name:gpg-zip --decrypt path/to/archive.gpgClick to copyList the contents of the encrypted archive.gpg:gpg-zip --list-archive path/to/archive.gpgClick to copy
To install the latest version of gpg-zip in your favorite operating system just copy the gpg-zip installation command from above and paste it into terminal. It will download and install the latest version of gpg-zip 2026 package in your OS.




