How to Install and Uninstall libmandoc-devel.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 19,2024

1. Install "libmandoc-devel.x86_64" package

Please follow the guidance below to install libmandoc-devel.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install libmandoc-devel.x86_64

2. Uninstall "libmandoc-devel.x86_64" package

Please follow the guidelines below to uninstall libmandoc-devel.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove libmandoc-devel.x86_64 $ sudo dnf autoremove

3. Information about the libmandoc-devel.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:39:45 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : libmandoc-devel
Version : 1.14.5
Release : 12.el8
Architecture : x86_64
Size : 148 k
Source : mandoc-1.14.5-12.el8.src.rpm
Repository : epel
Summary : Development libraries and headers for libmandoc
URL : https://mandoc.bsd.lv/
License : ISC
Description : The mandoc library parses a UNIX manual into an abstract syntax tree (AST).
: UNIX manuals are composed of mdoc(7) or man(7), and may be mixed with roff(7),
: tbl(7), and eqn(7) invocations.