How To Install libtiger-doc on Rocky Linux 8
Introduction
In this tutorial we learn how to install libtiger-doc
on Rocky Linux 8.
What is libtiger-doc
The libtiger-doc package contains Documentation for libtiger.
We can use yum
or dnf
to install libtiger-doc
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libtiger-doc.
Install libtiger-doc on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libtiger-doc
using dnf
by running the following command:
sudo dnf -y install libtiger-doc
Install libtiger-doc on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libtiger-doc
using yum
by running the following command:
sudo yum -y install libtiger-doc
How To Uninstall libtiger-doc on Rocky Linux 8
To uninstall only the libtiger-doc
package we can use the following command:
sudo dnf remove libtiger-doc
libtiger-doc Package Contents on Rocky Linux 8
/usr/share/doc/libtiger-doc
/usr/share/doc/libtiger-doc/examples
/usr/share/doc/libtiger-doc/examples/src
/usr/share/doc/libtiger-doc/examples/src/common.c
/usr/share/doc/libtiger-doc/examples/src/common.h
/usr/share/doc/libtiger-doc/examples/src/simple.c
/usr/share/doc/libtiger-doc/html
/usr/share/doc/libtiger-doc/html/Performance.html
/usr/share/doc/libtiger-doc/html/annotated.html
/usr/share/doc/libtiger-doc/html/bc_s.png
/usr/share/doc/libtiger-doc/html/bdwn.png
/usr/share/doc/libtiger-doc/html/classes.html
/usr/share/doc/libtiger-doc/html/closed.png
/usr/share/doc/libtiger-doc/html/config_8h-source.html
/usr/share/doc/libtiger-doc/html/config_8h_source.html
/usr/share/doc/libtiger-doc/html/dir_592db8b1cc8525dd7c26ef1180bc06a3.html
/usr/share/doc/libtiger-doc/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
/usr/share/doc/libtiger-doc/html/dir_d44c64559bbebec7f509842c48db8b23.html
/usr/share/doc/libtiger-doc/html/doc.png
/usr/share/doc/libtiger-doc/html/doxygen.css
/usr/share/doc/libtiger-doc/html/doxygen.png
/usr/share/doc/libtiger-doc/html/dynsections.js
/usr/share/doc/libtiger-doc/html/examples.html
/usr/share/doc/libtiger-doc/html/files.html
/usr/share/doc/libtiger-doc/html/folderclosed.png
/usr/share/doc/libtiger-doc/html/folderopen.png
/usr/share/doc/libtiger-doc/html/globals.html
/usr/share/doc/libtiger-doc/html/globals_defs.html
/usr/share/doc/libtiger-doc/html/globals_func.html
/usr/share/doc/libtiger-doc/html/group__init.html
/usr/share/doc/libtiger-doc/html/group__renderer.html
/usr/share/doc/libtiger-doc/html/group__version.html
/usr/share/doc/libtiger-doc/html/index.html
/usr/share/doc/libtiger-doc/html/jquery.js
/usr/share/doc/libtiger-doc/html/menu.js
/usr/share/doc/libtiger-doc/html/menudata.js
/usr/share/doc/libtiger-doc/html/modules.html
/usr/share/doc/libtiger-doc/html/nav_f.png
/usr/share/doc/libtiger-doc/html/nav_g.png
/usr/share/doc/libtiger-doc/html/nav_h.png
/usr/share/doc/libtiger-doc/html/open.png
/usr/share/doc/libtiger-doc/html/pages.html
/usr/share/doc/libtiger-doc/html/simple.c-example.html
/usr/share/doc/libtiger-doc/html/simple_8c-example.html
/usr/share/doc/libtiger-doc/html/splitbar.png
/usr/share/doc/libtiger-doc/html/structtiger__bitmap.html
/usr/share/doc/libtiger-doc/html/structtiger__bitmap__cache__prime__item.html
/usr/share/doc/libtiger-doc/html/structtiger__bitmap__cache__prime__queue.html
/usr/share/doc/libtiger-doc/html/structtiger__bitmap__cache__primer.html
/usr/share/doc/libtiger-doc/html/structtiger__png__reader__state.html
/usr/share/doc/libtiger-doc/html/sync_off.png
/usr/share/doc/libtiger-doc/html/sync_on.png
/usr/share/doc/libtiger-doc/html/tab_a.png
/usr/share/doc/libtiger-doc/html/tab_b.gif
/usr/share/doc/libtiger-doc/html/tab_b.png
/usr/share/doc/libtiger-doc/html/tab_h.png
/usr/share/doc/libtiger-doc/html/tab_l.gif
/usr/share/doc/libtiger-doc/html/tab_r.gif
/usr/share/doc/libtiger-doc/html/tab_s.png
/usr/share/doc/libtiger-doc/html/tabs.css
/usr/share/doc/libtiger-doc/html/tiger_8h-source.html
/usr/share/doc/libtiger-doc/html/tiger_8h.html
/usr/share/doc/libtiger-doc/html/tiger_8h_source.html
/usr/share/doc/libtiger-doc/html/tiger__config_8h-source.html
/usr/share/doc/libtiger-doc/html/tiger__config_8h_source.html
References
Summary
In this tutorial we learn how to install libtiger-doc
on Rocky Linux 8 using yum and dnf.