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 gnupg
Click to copy -
Ubuntu
apt-get install gnupg
Click to copy -
Alpine OS
apk add gnupg
Click to copy -
Arch Linux
pacman -S gnupg
Click to copy -
Kali Linux
apt-get install gnupg-utils
Click to copy -
CentOS
yum install gnupg2
Click to copy -
Fedora
dnf install gnupg
Click to copy -
Raspbian
apt-get install gnupg
Click to copy -
macOS
brew install gnupg
Click 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/directory
Click to copyDecrypt archive.gpg into a directory of the same name:gpg-zip --decrypt path/to/archive.gpg
Click to copyList the contents of the encrypted archive.gpg:gpg-zip --list-archive path/to/archive.gpg
Click 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 2023 package in your OS.