How to Install and Uninstall python39-fasteners Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "python39-fasteners" package

This tutorial shows how to install python39-fasteners on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-fasteners

2. Uninstall "python39-fasteners" package

Please follow the instructions below to uninstall python39-fasteners on openSuSE Tumbleweed:

$ sudo zypper remove python39-fasteners

3. Information about the python39-fasteners package on openSuSE Tumbleweed

Information for package python39-fasteners:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-fasteners
Version : 0.19-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 112.5 KiB
Installed : No
Status : not installed
Source package : python-fasteners-0.19-1.2.src
Upstream URL : https://github.com/harlowja/fasteners
Summary : A python package that provides useful locks
Description :
A python package that provides useful locks
It includes the following.
* Locking decorator
* Reader-writer locks
* Inter-process locks
* Generic helpers