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

Last updated: October 06,2024

1. Install "python3-cmdln.noarch" package

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

$ 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 34:

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

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

Last metadata expiration check: 1:14:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-cmdln
Version : 2.0.0
Release : 18.fc34
Architecture : noarch
Size : 40 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.
:
: Python 3 compatible module.