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

Last updated: April 28,2024

1. Install "python36-filelock" package

In this section, we are going to explain the necessary steps to install python36-filelock on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-filelock

2. Uninstall "python36-filelock" package

Here is a brief guide to show you how to uninstall python36-filelock on openSuSE Tumbleweed:

$ sudo zypper remove python36-filelock

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

Information for package python36-filelock:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-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.