How to Install and Uninstall python310-cmdln Package on openSuSE Tumbleweed
Last updated: November 12,2024
1. Install "python310-cmdln" package
Please follow the step by step instructions below to install python310-cmdln on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python310-cmdln
Copied
2. Uninstall "python310-cmdln" package
Please follow the step by step instructions below to uninstall python310-cmdln on openSuSE Tumbleweed:
$
sudo zypper remove
python310-cmdln
Copied
3. Information about the python310-cmdln package on openSuSE Tumbleweed
Information for package python310-cmdln:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-cmdln
Version : 2.0.0-3.18
Arch : noarch
Vendor : openSUSE
Installed Size : 230.0 KiB
Installed : No
Status : not installed
Source package : python-cmdln-2.0.0-3.18.src
Upstream URL : https://github.com/trentm/cmdln
Summary : An improved cmd.py for Writing Multi-command Scripts and Shells
Description :
`cmdln.py` is an extension of Python's default `cmd.py` module that
provides "a simple framework for writing line-oriented command
interpreters". The idea (with both cmd.py and cmdln.py) is to be able
to quickly build multi-sub-command tools (think cvs or svn) and/or
simple interactive shells (think gdb or pdb). Cmdln's extensions make
it more natural to write sub-commands, integrate optparse for simple
option processing, and make having good command documentation easier.
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-cmdln
Version : 2.0.0-3.18
Arch : noarch
Vendor : openSUSE
Installed Size : 230.0 KiB
Installed : No
Status : not installed
Source package : python-cmdln-2.0.0-3.18.src
Upstream URL : https://github.com/trentm/cmdln
Summary : An improved cmd.py for Writing Multi-command Scripts and Shells
Description :
`cmdln.py` is an extension of Python's default `cmd.py` module that
provides "a simple framework for writing line-oriented command
interpreters". The idea (with both cmd.py and cmdln.py) is to be able
to quickly build multi-sub-command tools (think cvs or svn) and/or
simple interactive shells (think gdb or pdb). Cmdln's extensions make
it more natural to write sub-commands, integrate optparse for simple
option processing, and make having good command documentation easier.