How to Install and Uninstall txt2man.noarch Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "txt2man.noarch" package

This guide let you learn how to install txt2man.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install txt2man.noarch

2. Uninstall "txt2man.noarch" package

Please follow the guidelines below to uninstall txt2man.noarch on Rocky Linux 9:

$ sudo dnf remove txt2man.noarch $ sudo dnf autoremove

3. Information about the txt2man.noarch package on Rocky Linux 9

Last metadata expiration check: 2:43:39 ago on Fri Feb 16 06:49:52 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.