How to Install and Uninstall python3-portalocker Package on openSUSE Leap

Last updated: May 09,2024

1. Install "python3-portalocker" package

Please follow the guidelines below to install python3-portalocker on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-portalocker

2. Uninstall "python3-portalocker" package

This tutorial shows how to uninstall python3-portalocker on openSUSE Leap:

$ sudo zypper remove python3-portalocker

3. Information about the python3-portalocker package on openSUSE Leap

Information for package python3-portalocker:
--------------------------------------------
Repository : Main Repository
Name : python3-portalocker
Version : 1.4.0-3.6.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 46.8 KiB
Installed : No
Status : not installed
Source package : python-portalocker-1.4.0-3.6.1.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.