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

Last updated: November 14,2024

1. Install "python310-autocommand" package

In this section, we are going to explain the necessary steps to install python310-autocommand on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-autocommand

2. Uninstall "python310-autocommand" package

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

$ sudo zypper remove python310-autocommand

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

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