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

Last updated: June 01,2024

1. Install "python2-positional" package

Please follow the steps below to install python2-positional on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-positional

2. Uninstall "python2-positional" package

Please follow the steps below to uninstall python2-positional on openSUSE Leap:

$ sudo zypper remove python2-positional

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

Information for package python2-positional:
-------------------------------------------
Repository : Main Repository
Name : python2-positional
Version : 1.1.1-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 45,1 KiB
Installed : No
Status : not installed
Source package : python-positional-1.1.1-bp153.1.16.src
Summary : Library to enforce positional or key-word arguments
Description :
`positional` provides a decorator which enforces only some args may be passed
positionally. The idea and some of the code was taken from the oauth2 client
of the google-api client.