How to Install and Uninstall python311-autocommand Package on openSuSE Tumbleweed
Last updated: February 02,2025
1. Install "python311-autocommand" package
Learn how to install python311-autocommand on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-autocommand
Copied
2. Uninstall "python311-autocommand" package
This is a short guide on how to uninstall python311-autocommand on openSuSE Tumbleweed:
$
sudo zypper remove
python311-autocommand
Copied
3. Information about the python311-autocommand package on openSuSE Tumbleweed
Information for package python311-autocommand:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-autocommand
Version : 2.2.2-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 89.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.
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-autocommand
Version : 2.2.2-3.4
Arch : noarch
Vendor : openSUSE
Installed Size : 89.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.