How to Install and Uninstall python-cmdln-doc.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python-cmdln-doc.noarch" package

Please follow the guidance below to install python-cmdln-doc.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python-cmdln-doc.noarch

2. Uninstall "python-cmdln-doc.noarch" package

This guide let you learn how to uninstall python-cmdln-doc.noarch on Fedora 34:

$ sudo dnf remove python-cmdln-doc.noarch $ sudo dnf autoremove

3. Information about the python-cmdln-doc.noarch package on Fedora 34

Last metadata expiration check: 3:55:21 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python-cmdln-doc
Version : 2.0.0
Release : 18.fc34
Architecture : noarch
Size : 24 k
Source : python-cmdln-2.0.0-18.fc34.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.
:
: Documentation package.