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

Last updated: January 13,2025

1. Install "python3-cmdln.noarch" package

Please follow the guidelines below to install python3-cmdln.noarch on Fedora 36

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

2. Uninstall "python3-cmdln.noarch" package

This guide let you learn how to uninstall python3-cmdln.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:57:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-cmdln
Version : 2.0.0
Release : 21.fc36
Architecture : noarch
Size : 39 k
Source : python-cmdln-2.0.0-21.fc36.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.