How to Install and Uninstall python3-filelock Package on openSUSE Leap

Last updated: November 07,2024

1. Install "python3-filelock" package

In this section, we are going to explain the necessary steps to install python3-filelock on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-filelock

2. Uninstall "python3-filelock" package

In this section, we are going to explain the necessary steps to uninstall python3-filelock on openSUSE Leap:

$ sudo zypper remove python3-filelock

3. Information about the python3-filelock package on openSUSE Leap

Information for package python3-filelock:
-----------------------------------------
Repository : Main Repository
Name : python3-filelock
Version : 3.0.12-3.3.5
Arch : noarch
Vendor : SUSE LLC
Installed Size : 40.9 KiB
Installed : No
Status : not installed
Source package : python-filelock-3.0.12-3.3.5.src
Upstream URL : https://github.com/benediktschmitt/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.