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

Last updated: May 09,2024

1. Install "python3-fasteners" package

This guide let you learn how to install python3-fasteners on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-fasteners

2. Uninstall "python3-fasteners" package

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

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

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

Package: python3-fasteners
Priority: optional
Section: universe/python
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-fasteners
Version: 0.12.0-2ubuntu1
Depends: python3-monotonic, python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-fasteners/python3-fasteners_0.12.0-2ubuntu1_all.deb
Size: 13548
MD5sum: fc2b091fbda383bbf4d20c7a8bda6323
SHA1: 2ea351d466ba6c9c7b51b58f88ea5fdfa35187f1
SHA256: cd2f8d0b19f0d2ccfb908b6b82673fb58f719724f0714ae7bcb79c78e0f1a366
Description-en: provides useful locks - Python 3.x
Fasteners is a Python package that provides useful locks. It includes locking
decorator (that acquires instance objects lock(s), acquires on method entry
and releases on method exit), reader-writer locks, inter-process locks and
generic lock helpers.
.
This package contains the Python 3.x module.
Description-md5: e3785bb77b085aaca8efe620253dec14
Homepage: https://github.com/harlowja/fasteners
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu