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

Last updated: January 12,2025

1. Install "txt2man.noarch" package

Please follow the instructions below to install txt2man.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install txt2man.noarch

2. Uninstall "txt2man.noarch" package

Please follow the steps below to uninstall txt2man.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove txt2man.noarch $ sudo dnf autoremove

3. Information about the txt2man.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:49:38 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : txt2man
Version : 1.7.1
Release : 1.el9
Architecture : noarch
Size : 28 k
Source : txt2man-1.7.1-1.el9.src.rpm
Repository : epel
Summary : Convert flat ASCII text to man page format
URL : https://github.com/mvertes/txt2man
License : GPLv2+
Description : txt2man is a shell script using gnu awk, that should run on any
: Unix-like system. The syntax of the ASCII text is very straightforward
: and looks very much like the output of the man(1) program.