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

Last updated: July 03,2024

1. Install "python39-autocommand" package

Here is a brief guide to show you how to install python39-autocommand on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-autocommand

2. Uninstall "python39-autocommand" package

This tutorial shows how to uninstall python39-autocommand on openSuSE Tumbleweed:

$ sudo zypper remove python39-autocommand

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

Information for package python39-autocommand:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-autocommand
Version : 2.2.2-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 83.2 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.