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

Last updated: May 21,2024

1. Install "python3-pbkdf2" package

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

$ sudo apt update $ sudo apt install python3-pbkdf2

2. Uninstall "python3-pbkdf2" package

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

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

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

Package: python3-pbkdf2
Priority: optional
Section: universe/python
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Alessio Treglia
Architecture: all
Source: python-pbkdf2
Version: 1.3+20110613.git2a0fb15~ds0-3
Depends: python3 (>= 3.2.3-3~)
Filename: pool/universe/p/python-pbkdf2/python3-pbkdf2_1.3+20110613.git2a0fb15~ds0-3_all.deb
Size: 6638
MD5sum: 83309894a2cb549083f8129ac16b03f0
SHA1: 00c012c6a71a6d1510efcd9557c1011b4f2e4b0d
SHA256: 1d44cb4c0120023e6226c1806835b77252d344fb5a485041f848ce1a70684d99
Description-en: Python RSA PKCS#5 v2.0 module (Python 3)
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 3 version of the package.
Description-md5: a1ef881a7891a943961d4fa056686a2b
Homepage: http://www.dlitz.net/software/python-pbkdf2/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu