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

Last updated: May 12,2024

1. Install "python2-portalocker" package

Please follow the instructions below to install python2-portalocker on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-portalocker

2. Uninstall "python2-portalocker" package

Please follow the step by step instructions below to uninstall python2-portalocker on openSUSE Leap:

$ sudo zypper remove python2-portalocker

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

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