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

Last updated: May 09,2024

1. Install "python3-srp" package

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

$ sudo apt update $ sudo apt install python3-srp

2. Uninstall "python3-srp" package

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

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

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

Package: python3-srp
Priority: optional
Section: universe/python
Installed-Size: 114
Maintainer: Ubuntu Developers
Original-Maintainer: Ben Carrillo
Architecture: amd64
Source: python-srp
Version: 1.0.4-1ubuntu4
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libssl1.0.0
Filename: pool/universe/p/python-srp/python3-srp_1.0.4-1ubuntu4_amd64.deb
Size: 27640
MD5sum: b3bf907ccd6a372e7b2bb76e7e349f18
SHA1: 1c5fe9a5fb01370180e4e298106ff9c3dde6ee86
SHA256: 4dd80435b1659d44c4656cfeec5142457a360ea1668f2d27f7ce4a9743b85dfd
Description-en: Secure Remote Password protocol implementation
This package provides an implementation of the Secure Remote Password
protocol (SRP). SRP is a cryptographically strong authentication
protocol for password-based, mutual authentication over an insecure
network connection.
.
Unlike other common challenge-response autentication protocols, such
as Kereros and SSL, SRP does not rely on an external infrastructure
of trusted key servers or certificate management. Instead, SRP server
applications use verification keys derived from each user's password
to determine the authenticity of a network connection.
.
SRP provides mutual-authentication in that successful authentication
requires both sides of the connection to have knowledge of the
user's password. If the client side lacks the user's password or the
server side lacks the proper verification key, the authentication will
fail.
.
Unlike SSL, SRP does not directly encrypt all data flowing through
the authenticated connection. However, successful authentication does
result in a cryptographically strong shared key that can be used
for symmetric-key encryption. This package contains the python3 version.
.
This package provides the python 3 version.
Description-md5: 77381163136da3dfa9acb8edbb48528c
Homepage: http://code.google.com/p/pysrp/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu