How to Install and Uninstall python312-autocommand Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python312-autocommand" package

Learn how to install python312-autocommand on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-autocommand

2. Uninstall "python312-autocommand" package

Learn how to uninstall python312-autocommand on openSuSE Tumbleweed:

$ sudo zypper remove python312-autocommand

3. Information about the python312-autocommand package on openSuSE Tumbleweed

Information for package python312-autocommand:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-autocommand
Version : 2.2.2-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 87.1 KiB
Installed : No
Status : not installed
Source package : python-autocommand-2.2.2-3.4.src
Upstream URL : https://github.com/Lucretiel/autocommand
Summary : A library to create a command-line program from a function
Description :
Autocommand turns a function into a command-line program. It converts the function's parameter
signature into command-line arguments, and automatically runs the function if the module was
called as __main__. In effect, it lets your create a smart main function.