How to Install and Uninstall mandoc.x86_64 Package on Fedora 35

Last updated: May 17,2024

1. Install "mandoc.x86_64" package

Learn how to install mandoc.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install mandoc.x86_64

2. Uninstall "mandoc.x86_64" package

This is a short guide on how to uninstall mandoc.x86_64 on Fedora 35:

$ sudo dnf remove mandoc.x86_64 $ sudo dnf autoremove

3. Information about the mandoc.x86_64 package on Fedora 35

Last metadata expiration check: 0:17:44 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : mandoc
Version : 1.14.5
Release : 15.fc35
Architecture : x86_64
Size : 343 k
Source : mandoc-1.14.5-15.fc35.src.rpm
Repository : fedora
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.