Install Gpg-zip On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS

Install Gpg-zip On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora, Raspbian And MacOS

gpg-zip

Encrypt files and directories in an archive using GPG.

Maintainer: Debian GnuPG Maintainers



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/directoryClick to copy
Decrypt archive.gpg into a directory of the same name:
gpg-zip --decrypt path/to/archive.gpgClick to copy
List 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 2024 package in your OS.