How to Install and Uninstall txt2man.noarch Package on CentOS 8 / RHEL 8

Last updated: November 27,2024

1. Install "txt2man.noarch" package

In this section, we are going to explain the necessary steps to install txt2man.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install txt2man.noarch

2. Uninstall "txt2man.noarch" package

Please follow the instructions below to uninstall txt2man.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove txt2man.noarch $ sudo dnf autoremove

3. Information about the txt2man.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:55:20 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : txt2man
Version : 1.6.0
Release : 7.el8
Architecture : noarch
Size : 29 k
Source : txt2man-1.6.0-7.el8.src.rpm
Repository : epel
Summary : Convert flat ASCII text to man page format
URL : https://github.com/mvertes/txt2man
License : GPLv2+
Description : tx2man 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.