How to Install and Uninstall mandoc Package on Kali Linux

Last updated: May 19,2024

1. Install "mandoc" package

Please follow the instructions below to install mandoc on Kali Linux

$ sudo apt update $ sudo apt install mandoc

2. Uninstall "mandoc" package

Here is a brief guide to show you how to uninstall mandoc on Kali Linux:

$ sudo apt remove mandoc $ sudo apt autoclean && sudo apt autoremove

3. Information about the mandoc package on Kali Linux

Package: mandoc
Source: mdocml (1.14.6-1)
Version: 1.14.6-1+b1
Installed-Size: 1373
Maintainer: Michael Stapelberg
Architecture: amd64
Depends: libc6 (>= 2.34), zlib1g (>= 1:1.1.4)
Size: 385616
SHA256: af62386fcb99fbfe8813992d5623f5500339d8decee2c72994522366e078c01b
SHA1: f6c83160e253b89d44ab951814ca206256502458
MD5sum: 99e3c601d57838bb38ca5b300fbbe1e1
Description: BSD manpage compiler toolset
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 UNIX terminals (with support for
wide-character locales), XHTML, HTML, PostScript, and PDF.
Description-md5:
Homepage: http://mdocml.bsd.lv/
Section: doc
Priority: optional
Filename: pool/main/m/mdocml/mandoc_1.14.6-1+b1_amd64.deb