How to Install and Uninstall python3-gpg Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-gpg" package

This is a short guide on how to install python3-gpg on Kali Linux

$ sudo apt update $ sudo apt install python3-gpg

2. Uninstall "python3-gpg" package

Here is a brief guide to show you how to uninstall python3-gpg on Kali Linux:

$ sudo apt remove python3-gpg $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-gpg package on Kali Linux

Package: python3-gpg
Source: gpgme1.0 (1.18.0-4)
Version: 1.18.0-4+b2
Installed-Size: 2288
Maintainer: Debian GnuPG Maintainers
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14), libgpgme11 (>= 1.17.1)
Size: 463748
SHA256: bdf78ff926038f641243fef98a035062208bf235ca9323b45bb79cbd4b338be3
SHA1: fb97f88d79344121e33f20aba845215287bb3758
MD5sum: 170caf1bb82d8272ef46b25a2317c2cb
Description: Python interface to the GPGME GnuPG encryption library (Python 3)
The "gpg" Python module is, for the most part, a direct interface to
the C GPGME library. However, it is re-packaged in a more Pythonic
way -- object-oriented with classes and modules. Take a look at the
classes defined here -- they correspond directly to certain object
types in GPGME for C.
.
Features:
* Feature-rich, full implementation of the GPGME library. Supports
all GPGME features except interactive editing (coming soon).
Callback functions may be written in pure Python.
* Ability to sign, encrypt, decrypt, and verify data.
* Ability to list keys, export and import keys, and manage the keyring.
* Fully object-oriented with convenient classes and modules.
.
This is the official upstream Python 3 binding for GPGME.
Description-md5:
Homepage: https://www.gnupg.org/related_software/gpgme/
Section: python
Priority: optional
Filename: pool/main/g/gpgme1.0/python3-gpg_1.18.0-4+b2_amd64.deb