How to Install and Uninstall python-pyme Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-pyme" package

This guide let you learn how to install python-pyme on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyme

2. Uninstall "python-pyme" package

Please follow the step by step instructions below to uninstall python-pyme on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pyme $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pyme package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pyme
Priority: optional
Section: universe/python
Installed-Size: 1076
Maintainer: Ubuntu Developers
Original-Maintainer: Arnaud Fontaine
Architecture: amd64
Source: pyme
Version: 1:0.8.1-2build1
Provides: python2.7-pyme
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), libc6 (>= 2.4), libgpgme11 (>= 1.2.0)
Suggests: python-pyme-doc
Filename: pool/universe/p/pyme/python-pyme_0.8.1-2build1_amd64.deb
Size: 168772
MD5sum: e0fd236dffef18550afbb74a932d90a6
SHA1: 4a5cf0ae6ca45e307396de8105c86fb1b43a2eda
SHA256: d2641d4004fc7f654c8266e788e212f195a1c1ca69b94896e65dc7ebea1ef6ec
Description-en: Python interface to the GPGME GnuPG encryption library
Pyme 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.
Description-md5: a2efb40568f25fd74fbb52437b3ae540
Homepage: http://pyme.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu