How to Install and Uninstall python312-filelock Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python312-filelock" package

Please follow the guidance below to install python312-filelock on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-filelock

2. Uninstall "python312-filelock" package

This tutorial shows how to uninstall python312-filelock on openSuSE Tumbleweed:

$ sudo zypper remove python312-filelock

3. Information about the python312-filelock package on openSuSE Tumbleweed

Information for package python312-filelock:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-filelock
Version : 3.13.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 58.3 KiB
Installed : No
Status : not installed
Source package : python-filelock-3.13.1-1.4.src
Upstream URL : https://github.com/tox-dev/py-filelock
Summary : Platform Independent File Lock in Python
Description :
This package contains a single module, which implements a platform
independent file lock in Python, which provides a simple way of
inter-process communication.