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

Last updated: November 23,2024

1. Install "python36-positional" package

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

$ sudo zypper refresh $ sudo zypper install python36-positional

2. Uninstall "python36-positional" package

Learn how to uninstall python36-positional on openSuSE Tumbleweed:

$ sudo zypper remove python36-positional

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

Information for package python36-positional:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-positional
Version : 1.2.1-4.2
Arch : noarch
Vendor : openSUSE
Installed Size : 41,2 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.