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

Last updated: July 05,2024

1. Install "python-pbkdf2" package

Please follow the guidelines below to install python-pbkdf2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pbkdf2

2. Uninstall "python-pbkdf2" package

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

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

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

Package: python-pbkdf2
Priority: optional
Section: universe/python
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Alessio Treglia
Architecture: all
Version: 1.3+20110613.git2a0fb15~ds0-3
Depends: python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Filename: pool/universe/p/python-pbkdf2/python-pbkdf2_1.3+20110613.git2a0fb15~ds0-3_all.deb
Size: 7466
MD5sum: ed7e19a3a0d477c08139095ce99b5c4c
SHA1: 772fc1d29c69d734916973d79cd0ce8f6c901a07
SHA256: 139a7c0e4c05d21f661ab0ded0c7956c47985f0a6df17698d6581f7caa8ed0fa
Description-en: Python RSA PKCS#5 v2.0 module (Python 2)
This module implements the password-based key derivation
function, PBKDF2, specified in RSA PKCS#5 v2.0.
.
PKCS#5 v2.0 Password-Based Key Derivation is a key derivation
function which is part of the RSA Public Key Cryptography
Standards series. The provided implementation takes a password
or a passphrase and a salt value (and optionally a iteration
count, a digest module, and a MAC module) and provides a file-like
object from which an arbitrarly-sized key can be read.
.
This is the Python 2 version of the package.
Description-md5: 2b6266087b68a2c53f3623f9a7eead7e
Homepage: http://www.dlitz.net/software/python-pbkdf2/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu