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

Last updated: May 19,2024

1. Install "python-gnutls" package

Please follow the step by step instructions below to install python-gnutls on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gnutls

2. Uninstall "python-gnutls" package

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

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

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

Package: python-gnutls
Priority: optional
Section: universe/python
Installed-Size: 216
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Version: 3.0.0-0ubuntu1
Provides: python2.7-gnutls
Depends: python (>= 2.7), python (<< 2.8), libgnutls30
Recommends: python-twisted-core
Filename: pool/universe/p/python-gnutls/python-gnutls_3.0.0-0ubuntu1_amd64.deb
Size: 35086
MD5sum: 46c684fa4b7f692182bfc94e834c539a
SHA1: dd103e41d5110a1741d8b838f95bec796b5e61c9
SHA256: cb525ba22ab6d8988b43a550ae069a7cc4d76a3e6d8d3e043ab1a33d44b41b29
Description-en: Python wrapper for the GNUTLS library
This package provides a high level object oriented wrapper around
libgnutls, as well as low level bindings to the GNUTLS types and
functions via ctypes. The high level wrapper hides the details of
accessing the GNUTLS library via ctypes behind a set of classes
that encapsulate GNUTLS sessions, certificates and credentials and
expose them to Python applications using a simple API.
.
The package also includes a Twisted interface that has seamless
intergration with Twisted, providing connectTLS and listenTLS
methods on the Twisted reactor once imported (the methods are
automatically attached to the reactor by simply importing the
GNUTLS Twisted interface module).
Description-md5: bae30b17c02271af88bddcde8084c854
Homepage: http://cheeseshop.python.org/pypi/python-gnutls
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu