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

Last updated: October 06,2024

1. Install "txt2man.noarch" package

This tutorial shows how to install txt2man.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install txt2man.noarch

2. Uninstall "txt2man.noarch" package

This tutorial shows how to uninstall txt2man.noarch on Oracle Linux 9:

$ sudo dnf remove txt2man.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:33:32 ago on Thu Feb 15 07:50:05 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.