How To Install libIDL-doc on Fedora 36

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

Introduction

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

What is libIDL-doc

libIDL is a library for parsing IDL (Interface Definition Language). It can be used for both COM-style and CORBA-style IDL. This page contains info pages and HTML and PDF documentation for libIDL.

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

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

sudo dnf -y install libIDL-doc

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

sudo yum -y install libIDL-doc

How To Uninstall libIDL-doc on Fedora 36

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

sudo dnf remove libIDL-doc

libIDL-doc Package Contents on Fedora 36

/usr/share/doc/libIDL
/usr/share/doc/libIDL/AUTHORS
/usr/share/doc/libIDL/BUGS
/usr/share/doc/libIDL/ChangeLog
/usr/share/doc/libIDL/HACKING
/usr/share/doc/libIDL/MAINTAINERS
/usr/share/doc/libIDL/NEWS
/usr/share/doc/libIDL/README
/usr/share/doc/libIDL/html
/usr/share/doc/libIDL/html/Data-Types.html
/usr/share/doc/libIDL/html/Example.html
/usr/share/doc/libIDL/html/Extensions.html
/usr/share/doc/libIDL/html/Function-Index.html
/usr/share/doc/libIDL/html/Functions.html
/usr/share/doc/libIDL/html/Overview.html
/usr/share/doc/libIDL/html/Reference.html
/usr/share/doc/libIDL/html/Tree-Structure.html
/usr/share/doc/libIDL/html/index.html
/usr/share/doc/libIDL/libIDL2.pdf
/usr/share/info/libIDL2.info.gz
/usr/share/licenses/libIDL-doc
/usr/share/licenses/libIDL-doc/COPYING

References

Summary

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