How To Install graphviz-lua on Fedora 36

In this tutorial we learn how to install graphviz-lua in Fedora 36. graphviz-lua is Lua extension for graphviz

Introduction

In this tutorial we learn how to install graphviz-lua on Fedora 36.

What is graphviz-lua

Lua extension for graphviz.

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

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

sudo dnf -y install graphviz-lua

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

sudo yum -y install graphviz-lua

How To Uninstall graphviz-lua on Fedora 36

To uninstall only the graphviz-lua package we can use the following command:

sudo dnf remove graphviz-lua

graphviz-lua Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/6d/61b5165139c03d17f54bd10b688beae206f4f7
/usr/lib/.build-id/6d/61b5165139c03d17f54bd10b688beae206f4f7.1
/usr/lib64/graphviz/lua
/usr/lib64/graphviz/lua/gv.so
/usr/lib64/graphviz/lua/libgv_lua.so
/usr/lib64/lua/5.4
/usr/lib64/lua/5.4/gv.so
/usr/share/man/man3/gv.3lua.gz

References

Summary

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