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

Last updated: August 21,2024

1. Install "python3-positional" package

Please follow the guidance below to install python3-positional on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-positional

2. Uninstall "python3-positional" package

Please follow the step by step instructions below to uninstall python3-positional on openSUSE Leap:

$ sudo zypper remove python3-positional

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

Information for package python3-positional:
-------------------------------------------
Repository : Main Repository
Name : python3-positional
Version : 1.1.1-1.17
Arch : noarch
Vendor : SUSE LLC
Installed Size : 41.8 KiB
Installed : No
Status : not installed
Source package : python-positional-1.1.1-1.17.src
Upstream URL : https://github.com/morganfainberg/positional
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.