How To Install libticables-doc on Fedora 36
Introduction
In this tutorial we learn how to install libticables-doc
on Fedora 36.
What is libticables-doc
HTML documentation for linking and developing applications using libticables.
We can use yum
or dnf
to install libticables-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libticables-doc.
Install libticables-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 libticables-doc
using dnf
by running the following command:
sudo dnf -y install libticables-doc
Install libticables-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 libticables-doc
using yum
by running the following command:
sudo yum -y install libticables-doc
How To Uninstall libticables-doc on Fedora 36
To uninstall only the libticables-doc
package we can use the following command:
sudo dnf remove libticables-doc
libticables-doc Package Contents on Fedora 36
/usr/share/doc/libticables-doc
/usr/share/doc/libticables-doc/html
/usr/share/doc/libticables-doc/html/api.html
/usr/share/doc/libticables-doc/html/api_.html
/usr/share/doc/libticables-doc/html/constant-s.gif
/usr/share/doc/libticables-doc/html/constant.gif
/usr/share/doc/libticables-doc/html/faq.html
/usr/share/doc/libticables-doc/html/function-s.gif
/usr/share/doc/libticables-doc/html/function.gif
/usr/share/doc/libticables-doc/html/gnugpl.html
/usr/share/doc/libticables-doc/html/header.gif
/usr/share/doc/libticables-doc/html/headers.html
/usr/share/doc/libticables-doc/html/htlib.html
/usr/share/doc/libticables-doc/html/index.html
/usr/share/doc/libticables-doc/html/info.gif
/usr/share/doc/libticables-doc/html/info.html
/usr/share/doc/libticables-doc/html/langext-s.gif
/usr/share/doc/libticables-doc/html/langext.gif
/usr/share/doc/libticables-doc/html/link_xxx.cc.html
/usr/share/doc/libticables-doc/html/probe.cc.html
/usr/share/doc/libticables-doc/html/style.css
/usr/share/doc/libticables-doc/html/ticables.cc.html
/usr/share/doc/libticables-doc/html/ticables.h.html
/usr/share/doc/libticables-doc/html/type-s.gif
/usr/share/doc/libticables-doc/html/type.gif
/usr/share/doc/libticables-doc/html/type2str.cc.html
/usr/share/doc/libticables-doc/html/variable-s.gif
/usr/share/doc/libticables-doc/html/variable.gif
/usr/share/licenses/libticables-doc
/usr/share/licenses/libticables-doc/COPYING
References
Summary
In this tutorial we learn how to install libticables-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).