How To Install perl-GraphViz on Fedora 36

In this tutorial we learn how to install perl-GraphViz in Fedora 36. perl-GraphViz is Interface to the GraphViz graphing tool

Introduction

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

What is perl-GraphViz

This Perl module provides an interface to layout and image generation of directed and undirected graphs in a variety of formats (PostScript, PNG, etc.) using the “dot”, “neato”, “twopi”, “circo” and “fdp” programs from the GraphViz project (<http

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

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

sudo dnf -y install perl-GraphViz

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

sudo yum -y install perl-GraphViz

How To Uninstall perl-GraphViz on Fedora 36

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

sudo dnf remove perl-GraphViz

perl-GraphViz Package Contents on Fedora 36

/usr/share/doc/perl-GraphViz
/usr/share/doc/perl-GraphViz/Changes
/usr/share/doc/perl-GraphViz/README
/usr/share/doc/perl-GraphViz/examples
/usr/share/doc/perl-GraphViz/examples/README
/usr/share/doc/perl-GraphViz/examples/Yapp.output
/usr/share/doc/perl-GraphViz/examples/clusters.pl
/usr/share/doc/perl-GraphViz/examples/clusters2.pl
/usr/share/doc/perl-GraphViz/examples/directories.pl
/usr/share/doc/perl-GraphViz/examples/dprofpp.graphviz
/usr/share/doc/perl-GraphViz/examples/dumper.pl
/usr/share/doc/perl-GraphViz/examples/make_all.pl
/usr/share/doc/perl-GraphViz/examples/perly.output
/usr/share/doc/perl-GraphViz/examples/port.pl
/usr/share/doc/perl-GraphViz/examples/ppmgraph.pl
/usr/share/doc/perl-GraphViz/examples/primes.pl
/usr/share/doc/perl-GraphViz/examples/primes_aux.pl
/usr/share/doc/perl-GraphViz/examples/rank.pl
/usr/share/doc/perl-GraphViz/examples/recdescent.pl
/usr/share/doc/perl-GraphViz/examples/redcarpet.pl
/usr/share/doc/perl-GraphViz/examples/regex.pl
/usr/share/doc/perl-GraphViz/examples/simple.pl
/usr/share/doc/perl-GraphViz/examples/text.pl
/usr/share/doc/perl-GraphViz/examples/tmon.out
/usr/share/doc/perl-GraphViz/examples/undirected.pl
/usr/share/doc/perl-GraphViz/examples/xref.pl
/usr/share/doc/perl-GraphViz/examples/xref_aux.pl
/usr/share/doc/perl-GraphViz/examples/yacc.pl
/usr/share/doc/perl-GraphViz/examples/yapp.pl
/usr/share/licenses/perl-GraphViz
/usr/share/licenses/perl-GraphViz/LICENSE
/usr/share/man/man3/Devel::GraphVizProf.3pm.gz
/usr/share/man/man3/GraphViz.3pm.gz
/usr/share/man/man3/GraphViz::Data::Grapher.3pm.gz
/usr/share/man/man3/GraphViz::No.3pm.gz
/usr/share/man/man3/GraphViz::Parse::RecDescent.3pm.gz
/usr/share/man/man3/GraphViz::Parse::Yacc.3pm.gz
/usr/share/man/man3/GraphViz::Parse::Yapp.3pm.gz
/usr/share/man/man3/GraphViz::Regex.3pm.gz
/usr/share/man/man3/GraphViz::Small.3pm.gz
/usr/share/perl5/vendor_perl/Devel
/usr/share/perl5/vendor_perl/Devel/GraphVizProf.pm
/usr/share/perl5/vendor_perl/GraphViz
/usr/share/perl5/vendor_perl/GraphViz.pm
/usr/share/perl5/vendor_perl/GraphViz/Data
/usr/share/perl5/vendor_perl/GraphViz/Data/Grapher.pm
/usr/share/perl5/vendor_perl/GraphViz/No.pm
/usr/share/perl5/vendor_perl/GraphViz/Parse
/usr/share/perl5/vendor_perl/GraphViz/Parse/RecDescent.pm
/usr/share/perl5/vendor_perl/GraphViz/Parse/Yacc.pm
/usr/share/perl5/vendor_perl/GraphViz/Parse/Yapp.pm
/usr/share/perl5/vendor_perl/GraphViz/Regex.pm
/usr/share/perl5/vendor_perl/GraphViz/Small.pm

References

Summary

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