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

Last updated: May 19,2024

1. Install "python39-positional" package

This guide let you learn how to install python39-positional on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-positional

2. Uninstall "python39-positional" package

This guide covers the steps necessary to uninstall python39-positional on openSuSE Tumbleweed:

$ sudo zypper remove python39-positional

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

Information for package python39-positional:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-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.