How To Install domtt on Fedora 36

In this tutorial we learn how to install domtt in Fedora 36. domtt is DOM Tooltip (aka domTT) is a Javascript widget

Introduction

In this tutorial we learn how to install domtt on Fedora 36.

What is domtt

DOM Tooltip (aka domTT) is a Javascript widget, released under the Apache 2.0 license, which allows developers to add customized tool-tips to their web sites.

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

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

sudo dnf -y install domtt

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

sudo yum -y install domtt

How To Uninstall domtt on Fedora 36

To uninstall only the domtt package we can use the following command:

sudo dnf remove domtt

domtt Package Contents on Fedora 36

/usr/share/doc/domtt
/usr/share/doc/domtt/AUTHORS
/usr/share/doc/domtt/BUGS
/usr/share/doc/domtt/Changelog
/usr/share/doc/domtt/README
/usr/share/doc/domtt/TODO
/usr/share/doc/domtt/domtt.conf
/usr/share/domtt/html/en
/usr/share/domtt/html/en/HOWTO.html
/usr/share/domtt/js
/usr/share/domtt/js/alphaAPI.js
/usr/share/domtt/js/domLib.js
/usr/share/domtt/js/domTT.js
/usr/share/domtt/js/domTT_drag.js
/usr/share/domtt/js/fadomatic.js

References

Summary

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