How to Install and Uninstall mandoc.x86_64 Package on AlmaLinux 9

Last updated: June 23,2024

1. Install "mandoc.x86_64" package

Please follow the instructions below to install mandoc.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install mandoc.x86_64

2. Uninstall "mandoc.x86_64" package

Please follow the guidance below to uninstall mandoc.x86_64 on AlmaLinux 9:

$ sudo dnf remove mandoc.x86_64 $ sudo dnf autoremove

3. Information about the mandoc.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:48:14 ago on Wed Mar 13 07:41:12 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.