How to Install and Uninstall mandoc.x86_64 Package on CentOS Stream 9

Last updated: October 07,2024

1. Install "mandoc.x86_64" package

Please follow the guidance below to install mandoc.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install mandoc.x86_64

2. Uninstall "mandoc.x86_64" package

Learn how to uninstall mandoc.x86_64 on CentOS Stream 9:

$ sudo dnf remove mandoc.x86_64 $ sudo dnf autoremove

3. Information about the mandoc.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:55:38 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : mandoc
Version : 1.14.6
Release : 2.el9
Architecture : x86_64
Size : 353 k
Source : mandoc-1.14.6-2.el9.src.rpm
Repository : epel
Summary : A suite of tools for compiling mdoc and man
URL : https://mandoc.bsd.lv/
License : ISC
Description : mandoc is a suite of tools compiling mdoc, the roff macro language of choice
: for BSD manual pages, and man, the predominant historical language for UNIX
: manuals. It is small, ISO C, ISC-licensed, and quite fast. The main component
: of the toolset is the mandoc utility program, based on the libmandoc validating
: compiler, to format output for UTF-8 and ASCII UNIX terminals, HTML 5,
: PostScript, and PDF.