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

Last updated: May 18,2024

1. Install "python38-positional" package

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

$ sudo zypper refresh $ sudo zypper install python38-positional

2. Uninstall "python38-positional" package

Please follow the instructions below to uninstall python38-positional on openSuSE Tumbleweed:

$ sudo zypper remove python38-positional

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

Information for package python38-positional:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-positional
Version : 1.2.1-4.2
Arch : noarch
Vendor : openSUSE
Installed Size : 41,3 KiB
Installed : No
Status : not installed
Source package : python-positional-1.2.1-4.2.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.