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

Last updated: November 07,2024

1. Install "python-tlslite-ng" package

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

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

2. Uninstall "python-tlslite-ng" package

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

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

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

Package: python-tlslite-ng
Priority: optional
Section: universe/python
Installed-Size: 538
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Source: tlslite-ng
Version: 0.5.1-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-crypto, python-m2crypto, python-gmpy
Breaks: python-tlslite (<= 0.3.8-2)
Filename: pool/universe/t/tlslite-ng/python-tlslite-ng_0.5.1-1_all.deb
Size: 99362
MD5sum: 5896edefd120bcd836a218bdca81b1ff
SHA1: 8044140db61b9d0ec160701aef520f63b0ec9c28
SHA256: 20c179e7c7ab8f835f2d6adcc8e3953c2e4ef6b48d01fd571cda1239834c8c4f
Description-en: pure Python 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 2.
Description-md5: a8bb615ad4b30af73af0952bc391f3a3
Homepage: https://github.com/tomato42/tlslite-ng
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu