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

Last updated: May 20,2024

1. Install "python36-portalocker" package

Learn how to install python36-portalocker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-portalocker

2. Uninstall "python36-portalocker" package

Please follow the instructions below to uninstall python36-portalocker on openSuSE Tumbleweed:

$ sudo zypper remove python36-portalocker

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

Information for package python36-portalocker:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-portalocker
Version : 1.7.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 46,3 KiB
Installed : No
Status : not installed
Source package : python-portalocker-1.7.0-1.6.src
Summary : Locking library for Python
Description :
Portalocker is a library to provide an API to file locking.
On Linux and Unix systems, the locks are advisory by default. By
specifying the `-o mand` option to the mount command, it is possible
to enable mandatory file locking on Linux. This is generally not
recommended however.