How To Install boost169-doctools on Rocky Linux 8

In this tutorial we learn how to install boost169-doctools on Rocky Linux 8. boost169-doctools is Tools for working with Boost documentation

Introduction

In this tutorial we learn how to install boost169-doctools on Rocky Linux 8.

What is boost169-doctools

Tools for working with Boost documentation in BoostBook or QuickBook format.

We can use yum or dnf to install boost169-doctools on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install boost169-doctools.

Install boost169-doctools on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install boost169-doctools using dnf by running the following command:

sudo dnf -y install boost169-doctools

Install boost169-doctools on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install boost169-doctools using yum by running the following command:

sudo yum -y install boost169-doctools

How To Uninstall boost169-doctools on Rocky Linux 8

To uninstall only the boost169-doctools package we can use the following command:

sudo dnf remove boost169-doctools

boost169-doctools Package Contents on Rocky Linux 8

/usr/bin/quickbook
/usr/lib/.build-id
/usr/lib/.build-id/f5/7310deb612011a7775dfbed67d33578486ce84
/usr/share/boostbook
/usr/share/boostbook/dtd
/usr/share/boostbook/dtd/1.1
/usr/share/boostbook/dtd/1.1/boostbook.dtd
/usr/share/boostbook/dtd/boostbook.dtd
/usr/share/boostbook/xsl
/usr/share/boostbook/xsl/admon.xsl
/usr/share/boostbook/xsl/annotation.xsl
/usr/share/boostbook/xsl/callout.xsl
/usr/share/boostbook/xsl/caramel
/usr/share/boostbook/xsl/caramel/LICENSE
/usr/share/boostbook/xsl/caramel/concept2docbook.xsl
/usr/share/boostbook/xsl/caramel/cpp-operators.xml
/usr/share/boostbook/xsl/caramel/unparser.xsl
/usr/share/boostbook/xsl/chunk-common.xsl
/usr/share/boostbook/xsl/docbook-layout.xsl
/usr/share/boostbook/xsl/docbook.xsl
/usr/share/boostbook/xsl/doxygen
/usr/share/boostbook/xsl/doxygen/collect.xsl
/usr/share/boostbook/xsl/doxygen/doxygen2boostbook.xsl
/usr/share/boostbook/xsl/dtd
/usr/share/boostbook/xsl/dtd/dtd2boostbook.xsl
/usr/share/boostbook/xsl/error.xsl
/usr/share/boostbook/xsl/fo.xsl
/usr/share/boostbook/xsl/function.xsl
/usr/share/boostbook/xsl/global.xsl
/usr/share/boostbook/xsl/html-base.xsl
/usr/share/boostbook/xsl/html-help.xsl
/usr/share/boostbook/xsl/html-single.xsl
/usr/share/boostbook/xsl/html.xsl
/usr/share/boostbook/xsl/index.xsl
/usr/share/boostbook/xsl/library.xsl
/usr/share/boostbook/xsl/lookup.xsl
/usr/share/boostbook/xsl/macro.xsl
/usr/share/boostbook/xsl/manpages.xsl
/usr/share/boostbook/xsl/navbar.xsl
/usr/share/boostbook/xsl/reference.xsl
/usr/share/boostbook/xsl/relative-href.xsl
/usr/share/boostbook/xsl/source-highlight.xsl
/usr/share/boostbook/xsl/template.xsl
/usr/share/boostbook/xsl/testing
/usr/share/boostbook/xsl/testing/Jamfile.xsl
/usr/share/boostbook/xsl/testing/testsuite.xsl
/usr/share/boostbook/xsl/type.xsl
/usr/share/boostbook/xsl/utility.xsl
/usr/share/boostbook/xsl/xhtml.xsl
/usr/share/boostbook/xsl/xref.xsl
/usr/share/licenses/boost169-doctools
/usr/share/licenses/boost169-doctools/LICENSE_1_0.txt

References

Summary

In this tutorial we learn how to install boost169-doctools on Rocky Linux 8 using yum and dnf.