How To Install libgta-doc on Fedora 36

In this tutorial we learn how to install libgta-doc in Fedora 36. libgta-doc is API documentation for libgta

Introduction

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

What is libgta-doc

The libgta-doc package contains HTML API documentation and examples for libgta.

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

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

sudo dnf -y install libgta-doc

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

sudo yum -y install libgta-doc

How To Uninstall libgta-doc on Fedora 36

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

sudo dnf remove libgta-doc

libgta-doc Package Contents on Fedora 36

/usr/share/doc/libgta-doc
/usr/share/doc/libgta-doc/example-basic.c
/usr/share/doc/libgta-doc/example-basic.cpp
/usr/share/doc/libgta-doc/example-block-io.c
/usr/share/doc/libgta-doc/example-block-io.cpp
/usr/share/doc/libgta-doc/example-stream-io.c
/usr/share/doc/libgta-doc/example-stream-io.cpp
/usr/share/doc/libgta-doc/example-tags.c
/usr/share/doc/libgta-doc/example-tags.cpp

References

Summary

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