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

Last updated: July 04,2024

1. Install "python38-portalocker" package

This is a short guide on how to install python38-portalocker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-portalocker

2. Uninstall "python38-portalocker" package

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

$ sudo zypper remove python38-portalocker

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

Information for package python38-portalocker:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-portalocker
Version : 1.7.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 49,1 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.