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

Last updated: June 02,2024

1. Install "python3-bcrypt" package

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

$ sudo apt update $ sudo apt install python3-bcrypt

2. Uninstall "python3-bcrypt" package

This is a short guide on how to uninstall python3-bcrypt on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-bcrypt
Priority: extra
Section: universe/python
Installed-Size: 61
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: python-bcrypt
Version: 2.0.0-2build1
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3-cffi-backend-api-9729, python3-six (>= 1.4.1), libc6 (>= 2.4)
Filename: pool/universe/p/python-bcrypt/python3-bcrypt_2.0.0-2build1_amd64.deb
Size: 18436
MD5sum: a1a1057724b4917912f747f7453d9acd
SHA1: 12f73f7994b9dd1539cea6ba7ccc010e44f317b0
SHA256: d617e0bc7b72af87c1ae75ba81f0157d65df002a9bbd80e1fbcecf90dfdb4827
Description-en: password hashing library for Python 3
bcrypt is a Python module which provides a password hashing method based on
the Blowfish password hashing algorithm, as described in
"A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres:
http://static.usenix.org/events/usenix99/provos.html.
.
This package provides the bcrypt Python module for Python 3.x.
Description-md5: a1c3c221ea864d0dbfa35b95fba66342
Homepage: https://github.com/pyca/bcrypt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu