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

Last updated: June 03,2024

1. Install "python39-portalocker" package

Please follow the instructions below to install python39-portalocker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-portalocker

2. Uninstall "python39-portalocker" package

Please follow the guidelines below to uninstall python39-portalocker on openSuSE Tumbleweed:

$ sudo zypper remove python39-portalocker

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

Information for package python39-portalocker:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-portalocker
Version : 2.8.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 104.1 KiB
Installed : No
Status : not installed
Source package : python-portalocker-2.8.2-1.4.src
Upstream URL : https://github.com/WoLpH/portalocker
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.