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

Last updated: May 07,2024

1. Install "python38-filelock" package

Please follow the guidelines below to install python38-filelock on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-filelock

2. Uninstall "python38-filelock" package

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

$ sudo zypper remove python38-filelock

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

Information for package python38-filelock:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-filelock
Version : 3.0.12-2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 39,9 KiB
Installed : No
Status : not installed
Source package : python-filelock-3.0.12-2.8.src
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.