How To Install vis-doc on Fedora 36

In this tutorial we learn how to install vis-doc in Fedora 36. vis-doc is Docs for the Lua API of Vis

Introduction

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

What is vis-doc

Docs for the Lua API of Vis

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

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

sudo dnf -y install vis-doc

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

sudo yum -y install vis-doc

How To Uninstall vis-doc on Fedora 36

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

sudo dnf remove vis-doc

vis-doc Package Contents on Fedora 36

/usr/share/doc/vis-doc
/usr/share/doc/vis-doc/index.html
/usr/share/doc/vis-doc/ldoc_fixed.css

References

Summary

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