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

Last updated: September 20,2024

1. Install "python3-passlib" package

Learn how to install python3-passlib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-passlib

2. Uninstall "python3-passlib" package

Here is a brief guide to show you how to uninstall python3-passlib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-passlib
Priority: extra
Section: universe/python
Installed-Size: 1297
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-passlib
Version: 1.6.5-4
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-passlib/python3-passlib_1.6.5-4_all.deb
Size: 218858
MD5sum: 52a09258fd462a7b32368f53ea31bf08
SHA1: c0fc8c0dc5a39c3478cb16895bb465d4950a4c30
SHA256: 13494950e8aaebb274d5aee31b5a96fde724e65795f7a81172c0d3cea304aab4
Description-en: comprehensive password hashing framework
Password hashing library for Python 3, which provides cross-platform
implementations of over 20 password hashing algorithms, as well as a
framework for managing existing password hashes. It's designed to be useful
for a wide range of tasks; from verifying a hash found in /etc/shadow, to
providing full-strength password hashing for multi-user applications.
Description-md5: 36dca4315591583502609b97335d9ff8
Homepage: https://bitbucket.org/ecollins/passlib/wiki/Home
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu