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

Last updated: September 20,2024

1. Install "python-rsa" package

In this section, we are going to explain the necessary steps to install python-rsa on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-rsa

2. Uninstall "python-rsa" package

This guide let you learn how to uninstall python-rsa on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-rsa
Priority: optional
Section: universe/python
Installed-Size: 149
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 3.2.3-1.1
Depends: python (>= 2.7), python (<< 2.8), python-pyasn1 (>= 0.1.3)
Filename: pool/universe/p/python-rsa/python-rsa_3.2.3-1.1_all.deb
Size: 27428
MD5sum: 880fa7175dba195047c8da0b84f466b4
SHA1: dd1b27ec29f8c3c45e1852adfe3c98547466f21e
SHA256: 825f6939f71ab32d51d9eace99494b85daab611c66cc5867189a0b69849162ec
Description-en: Pure-Python RSA implementation (Python 2)
Python-RSA is a pure-Python RSA implementation. It supports encryption
and decryption, signing and verifying signatures, and key generation
according to PKCS#1 version 1.5. It can be used as a Python library as
well as on the commandline. The code was mostly written by Sybren A. Stüvel.
.
This package contains the module for Python 2.
Description-md5: 9aaf54cf21e3118109ddd570dc121d65
Homepage: http://stuvel.eu/rsa
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu