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

Last updated: September 20,2024

1. Install "python3-cliapp.noarch" package

Here is a brief guide to show you how to install python3-cliapp.noarch on Fedora 34

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

2. Uninstall "python3-cliapp.noarch" package

Please follow the guidelines below to uninstall python3-cliapp.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:36:33 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-cliapp
Version : 1.20180121
Release : 9.fc34
Architecture : noarch
Size : 100 k
Source : python-cliapp-1.20180121-9.fc34.src.rpm
Repository : fedora
Summary : Python framework for Unix command line programs
URL : http://liw.fi/cliapp/
License : GPLv2+
Description : cliapp is a Python framework for Unix-like command line programs. It
: contains the typical stuff such programs need to do, such as parsing
: the command line for options, and iterating over input files.