How to Install and Uninstall python3-tlslite-ng Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "python3-tlslite-ng" package

Please follow the instructions below to install python3-tlslite-ng on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-tlslite-ng

2. Uninstall "python3-tlslite-ng" package

Here is a brief guide to show you how to uninstall python3-tlslite-ng on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-tlslite-ng $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-tlslite-ng package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-tlslite-ng
Priority: optional
Section: universe/python
Installed-Size: 537
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Source: tlslite-ng
Version: 0.5.1-1
Depends: python3:any (>= 3.3.2-2~), python3-crypto
Filename: pool/universe/t/tlslite-ng/python3-tlslite-ng_0.5.1-1_all.deb
Size: 99206
MD5sum: 7dcd57b7f98a1eefdd865c672cb99727
SHA1: 4737592fde65af0c2595911da4acc73cda7fd2a7
SHA256: 94037580d8ce11b43987a5eb3003144127a49587781e871e6bd44520028957f3
Description-en: pure Python3 implementation of SSL/TLS protocols
tlslite-ng is a Python implementation of SSL (Secure Sockets Layer)
and TLS (Transport Layer Security) cryptographic protocols for
providing communication security for computer networks. It supports
RSA and SRP ciphersuites.
.
tlslite-ng integrates well with several stdlib networking libraries. It aims
to be a drop-in replacement for TLS lite (which is not in Debian anymore) while
providing a more comprehensive set of features and more secure defaults.
.
Important: if you think about employing tlslite-ng for securing network
connections please be sure to have read "11. Security Considerations" in the
README.
.
This package provides the modules for Python 3.
Description-md5: f5444408fde1e49d991851d4aa74aa2a
Homepage: https://github.com/tomato42/tlslite-ng
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu