How to Install and Uninstall python3-cmdln Package on openSUSE Leap
Last updated: November 07,2024
1. Install "python3-cmdln" package
Here is a brief guide to show you how to install python3-cmdln on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-cmdln
Copied
2. Uninstall "python3-cmdln" package
Please follow the guidance below to uninstall python3-cmdln on openSUSE Leap:
$
sudo zypper remove
python3-cmdln
Copied
3. Information about the python3-cmdln package on openSUSE Leap
Information for package python3-cmdln:
--------------------------------------
Repository : Main Repository
Name : python3-cmdln
Version : 2.0.0-1.15
Arch : noarch
Vendor : SUSE LLC
Installed Size : 230.1 KiB
Installed : No
Status : not installed
Source package : python-cmdln-2.0.0-1.15.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 : Main Repository
Name : python3-cmdln
Version : 2.0.0-1.15
Arch : noarch
Vendor : SUSE LLC
Installed Size : 230.1 KiB
Installed : No
Status : not installed
Source package : python-cmdln-2.0.0-1.15.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.