How to Install and Uninstall python3-click-man.noarch Package on CentOS Stream 8

Last updated: July 02,2024

1. Install "python3-click-man.noarch" package

Please follow the step by step instructions below to install python3-click-man.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-click-man.noarch

2. Uninstall "python3-click-man.noarch" package

This guide covers the steps necessary to uninstall python3-click-man.noarch on CentOS Stream 8:

$ sudo dnf remove python3-click-man.noarch $ sudo dnf autoremove

3. Information about the python3-click-man.noarch package on CentOS Stream 8

Last metadata expiration check: 6:28:55 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-click-man
Version : 0.4.1
Release : 2.el8
Architecture : noarch
Size : 23 k
Source : python-click-man-0.4.1-2.el8.src.rpm
Repository : epel
Summary : Generate man pages for click based CLI applications
URL : https://github.com/click-contrib/click-man
License : MIT
Description : Automatically produces UNIX-style manual pages for Python applications that
: use Click for option handling.