How to Install and Uninstall libmandoc-devel.i686 Package on Fedora 34

Last updated: October 05,2024

1. Install "libmandoc-devel.i686" package

Please follow the steps below to install libmandoc-devel.i686 on Fedora 34

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

2. Uninstall "libmandoc-devel.i686" package

This guide covers the steps necessary to uninstall libmandoc-devel.i686 on Fedora 34:

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

3. Information about the libmandoc-devel.i686 package on Fedora 34

Last metadata expiration check: 5:25:37 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : libmandoc-devel
Version : 1.14.5
Release : 14.fc34
Architecture : i686
Size : 165 k
Source : mandoc-1.14.5-14.fc34.src.rpm
Repository : fedora
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.