How To Install blt-doc on Fedora 36

In this tutorial we learn how to install blt-doc in Fedora 36. blt-doc is HTML documentation for BLT

Introduction

In this tutorial we learn how to install blt-doc on Fedora 36.

What is blt-doc

This package provides the html documentation for BLT

We can use yum or dnf to install blt-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install blt-doc.

Install blt-doc on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install blt-doc

Install blt-doc on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install blt-doc

How To Uninstall blt-doc on Fedora 36

To uninstall only the blt-doc package we can use the following command:

sudo dnf remove blt-doc

blt-doc Package Contents on Fedora 36

/usr/share/doc/blt-doc
/usr/share/doc/blt-doc/html
/usr/share/doc/blt-doc/html/BLT.html
/usr/share/doc/blt-doc/html/Makefile.vc
/usr/share/doc/blt-doc/html/barchart.html
/usr/share/doc/blt-doc/html/beep.html
/usr/share/doc/blt-doc/html/bgexec.html
/usr/share/doc/blt-doc/html/bitmap.html
/usr/share/doc/blt-doc/html/bltdebug.html
/usr/share/doc/blt-doc/html/busy.html
/usr/share/doc/blt-doc/html/container.html
/usr/share/doc/blt-doc/html/cutbuffer.html
/usr/share/doc/blt-doc/html/dragdrop.html
/usr/share/doc/blt-doc/html/eps.html
/usr/share/doc/blt-doc/html/graph.html
/usr/share/doc/blt-doc/html/hierbox.html
/usr/share/doc/blt-doc/html/hiertable.html
/usr/share/doc/blt-doc/html/htext.html
/usr/share/doc/blt-doc/html/spline.html
/usr/share/doc/blt-doc/html/stripchart.html
/usr/share/doc/blt-doc/html/table.html
/usr/share/doc/blt-doc/html/tabset.html
/usr/share/doc/blt-doc/html/tile.html
/usr/share/doc/blt-doc/html/tree.html
/usr/share/doc/blt-doc/html/treeview.html
/usr/share/doc/blt-doc/html/vector.html
/usr/share/doc/blt-doc/html/watch.html
/usr/share/doc/blt-doc/html/winop.html

References

Summary

In this tutorial we learn how to install blt-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).