How To Install libticonv-doc on Fedora 36

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

Introduction

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

What is libticonv-doc

HTML documentation for linking and developing applications using libticonv.

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

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

sudo dnf -y install libticonv-doc

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

sudo yum -y install libticonv-doc

How To Uninstall libticonv-doc on Fedora 36

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

sudo dnf remove libticonv-doc

libticonv-doc Package Contents on Fedora 36

/usr/share/doc/libticonv-doc
/usr/share/doc/libticonv-doc/html
/usr/share/doc/libticonv-doc/html/api.html
/usr/share/doc/libticonv-doc/html/api_.html
/usr/share/doc/libticonv-doc/html/charset.cc.html
/usr/share/doc/libticonv-doc/html/constant-s.gif
/usr/share/doc/libticonv-doc/html/constant.gif
/usr/share/doc/libticonv-doc/html/faq.html
/usr/share/doc/libticonv-doc/html/filename.cc.html
/usr/share/doc/libticonv-doc/html/function-s.gif
/usr/share/doc/libticonv-doc/html/function.gif
/usr/share/doc/libticonv-doc/html/gnugpl.html
/usr/share/doc/libticonv-doc/html/header.gif
/usr/share/doc/libticonv-doc/html/headers.html
/usr/share/doc/libticonv-doc/html/htlib.html
/usr/share/doc/libticonv-doc/html/iconv.c.html
/usr/share/doc/libticonv-doc/html/index.html
/usr/share/doc/libticonv-doc/html/info.gif
/usr/share/doc/libticonv-doc/html/info.html
/usr/share/doc/libticonv-doc/html/langext-s.gif
/usr/share/doc/libticonv-doc/html/langext.gif
/usr/share/doc/libticonv-doc/html/style.css
/usr/share/doc/libticonv-doc/html/ticonv.cc.html
/usr/share/doc/libticonv-doc/html/ticonv.h.html
/usr/share/doc/libticonv-doc/html/tokens.cc.html
/usr/share/doc/libticonv-doc/html/type-s.gif
/usr/share/doc/libticonv-doc/html/type.gif
/usr/share/doc/libticonv-doc/html/type2str.cc.html
/usr/share/doc/libticonv-doc/html/variable-s.gif
/usr/share/doc/libticonv-doc/html/variable.gif
/usr/share/licenses/libticonv-doc
/usr/share/licenses/libticonv-doc/COPYING

References

Summary

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