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

Last updated: May 23,2024

1. Install "python310-filelock" package

Please follow the instructions below to install python310-filelock on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-filelock

2. Uninstall "python310-filelock" package

This guide let you learn how to uninstall python310-filelock on openSuSE Tumbleweed:

$ sudo zypper remove python310-filelock

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

Information for package python310-filelock:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-filelock
Version : 3.13.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 50.4 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.