How To Install uthash-doc on Fedora 36

In this tutorial we learn how to install uthash-doc in Fedora 36. uthash-doc is Documentation-files for uthash

Introduction

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

What is uthash-doc

This package contains the documentation-files for uthash.

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

Install uthash-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 uthash-doc using dnf by running the following command:

sudo dnf -y install uthash-doc

Install uthash-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 uthash-doc using yum by running the following command:

sudo yum -y install uthash-doc

How To Uninstall uthash-doc on Fedora 36

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

sudo dnf remove uthash-doc

uthash-doc Package Contents on Fedora 36

/usr/share/doc/uthash
/usr/share/doc/uthash/ChangeLog.txt
/usr/share/doc/uthash/html
/usr/share/doc/uthash/html/ChangeLog.html
/usr/share/doc/uthash/html/banner.png
/usr/share/doc/uthash/html/google315d692c9c632ed0.html
/usr/share/doc/uthash/html/index.html
/usr/share/doc/uthash/html/license.html
/usr/share/doc/uthash/html/rss.png
/usr/share/doc/uthash/html/styles.css
/usr/share/doc/uthash/html/userguide.html
/usr/share/doc/uthash/html/utarray.html
/usr/share/doc/uthash/html/uthash-mini.png
/usr/share/doc/uthash/html/uthash.png
/usr/share/doc/uthash/html/utlist.html
/usr/share/doc/uthash/html/utringbuffer.html
/usr/share/doc/uthash/html/utstack.html
/usr/share/doc/uthash/html/utstring.html
/usr/share/doc/uthash/userguide.txt
/usr/share/doc/uthash/utarray.txt
/usr/share/doc/uthash/utlist.txt
/usr/share/doc/uthash/utringbuffer.txt
/usr/share/doc/uthash/utstack.txt
/usr/share/doc/uthash/utstring.txt
/usr/share/licenses/uthash-devel
/usr/share/licenses/uthash-devel/LICENSE

References

Summary

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