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

Last updated: July 05,2024

1. Install "python310-portalocker" package

Please follow the steps below to install python310-portalocker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-portalocker

2. Uninstall "python310-portalocker" package

Please follow the steps below to uninstall python310-portalocker on openSuSE Tumbleweed:

$ sudo zypper remove python310-portalocker

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

Information for package python310-portalocker:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-portalocker
Version : 2.8.2-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 104.7 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.