How To Install libappindicator-docs on Fedora 36

In this tutorial we learn how to install libappindicator-docs in Fedora 36. libappindicator-docs is Documentation for libappindicator and libappindicator-gtk3

Introduction

In this tutorial we learn how to install libappindicator-docs on Fedora 36.

What is libappindicator-docs

This package contains the documentation for the appindicator and appindicator-gtk3 libraries.

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

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

sudo dnf -y install libappindicator-docs

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

sudo yum -y install libappindicator-docs

How To Uninstall libappindicator-docs on Fedora 36

To uninstall only the libappindicator-docs package we can use the following command:

sudo dnf remove libappindicator-docs

libappindicator-docs Package Contents on Fedora 36

/usr/share/gtk-doc/html/libappindicator
/usr/share/gtk-doc/html/libappindicator/api-index-0-5.html
/usr/share/gtk-doc/html/libappindicator/api-index-deprecated.html
/usr/share/gtk-doc/html/libappindicator/api-index-full.html
/usr/share/gtk-doc/html/libappindicator/ch01.html
/usr/share/gtk-doc/html/libappindicator/home.png
/usr/share/gtk-doc/html/libappindicator/index.html
/usr/share/gtk-doc/html/libappindicator/left-insensitive.png
/usr/share/gtk-doc/html/libappindicator/left.png
/usr/share/gtk-doc/html/libappindicator/libappindicator-app-indicator.html
/usr/share/gtk-doc/html/libappindicator/libappindicator.devhelp2
/usr/share/gtk-doc/html/libappindicator/object-tree.html
/usr/share/gtk-doc/html/libappindicator/right-insensitive.png
/usr/share/gtk-doc/html/libappindicator/right.png
/usr/share/gtk-doc/html/libappindicator/style.css
/usr/share/gtk-doc/html/libappindicator/up-insensitive.png
/usr/share/gtk-doc/html/libappindicator/up.png

References

Summary

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