How to Install and Uninstall help2man.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "help2man.noarch" package

This is a short guide on how to install help2man.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install help2man.noarch

2. Uninstall "help2man.noarch" package

This tutorial shows how to uninstall help2man.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove help2man.noarch $ sudo dnf autoremove

3. Information about the help2man.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:30:06 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : help2man
Version : 1.47.6
Release : 1.el8
Architecture : noarch
Size : 186 k
Source : help2man-1.47.6-1.el8.src.rpm
Repository : ubi-8-codeready-builder-rpms
Summary : Create simple man pages from --help output
URL : http://www.gnu.org/software/help2man
License : GPLv3+
Description : help2man is a script to create simple man pages from the --help and
: --version output of programs.
:
: Since most GNU documentation is now in info format, this provides a
: way to generate a placeholder man page pointing to that resource while
: still providing some useful information.