How to Install and Uninstall python3-cmdln.noarch Package on Fedora 35

Last updated: May 19,2024

1. Install "python3-cmdln.noarch" package

This is a short guide on how to install python3-cmdln.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-cmdln.noarch

2. Uninstall "python3-cmdln.noarch" package

Please follow the steps below to uninstall python3-cmdln.noarch on Fedora 35:

$ sudo dnf remove python3-cmdln.noarch $ sudo dnf autoremove

3. Information about the python3-cmdln.noarch package on Fedora 35

Last metadata expiration check: 3:49:34 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-cmdln
Version : 2.0.0
Release : 20.fc35
Architecture : noarch
Size : 40 k
Source : python-cmdln-2.0.0-20.fc35.src.rpm
Repository : fedora
Summary : An improved cmd.py for Writing Multi-command Scripts and Shells
URL : https://github.com/trentm/cmdln
License : MIT
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.
:
: Python 3 compatible module.