How To Install perl-Tk-GraphViz on Fedora 36

In this tutorial we learn how to install perl-Tk-GraphViz in Fedora 36. perl-Tk-GraphViz is Render an interactive GraphViz graph

Introduction

In this tutorial we learn how to install perl-Tk-GraphViz on Fedora 36.

What is perl-Tk-GraphViz

The GraphViz widget is derived from Tk render graphs in the canvas. The graphs can be specified either using the DOT graph-description language, or using via a GraphViz object.

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

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

sudo dnf -y install perl-Tk-GraphViz

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

sudo yum -y install perl-Tk-GraphViz

How To Uninstall perl-Tk-GraphViz on Fedora 36

To uninstall only the perl-Tk-GraphViz package we can use the following command:

sudo dnf remove perl-Tk-GraphViz

perl-Tk-GraphViz Package Contents on Fedora 36

/usr/bin/tkgraphviz
/usr/share/doc/perl-Tk-GraphViz
/usr/share/doc/perl-Tk-GraphViz/Changes
/usr/share/doc/perl-Tk-GraphViz/README
/usr/share/doc/perl-Tk-GraphViz/parseRecordLabel.yp
/usr/share/man/man1/tkgraphviz.1.gz
/usr/share/man/man3/Tk::GraphViz.3pm.gz
/usr/share/perl5/vendor_perl/Tk
/usr/share/perl5/vendor_perl/Tk/GraphViz
/usr/share/perl5/vendor_perl/Tk/GraphViz.pm
/usr/share/perl5/vendor_perl/Tk/GraphViz/parseRecordLabel.pm

References

Summary

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