How To Install perl-GraphViz2 on Fedora 36
Introduction
In this tutorial we learn how to install perl-GraphViz2
on Fedora 36.
What is perl-GraphViz2
This module provides a Perl interface to the amazing Graphviz, an open source graph visualization tool from AT&T. It is called GraphViz2 so that preexisting code using (the Perl module) GraphViz continues to work.
We can use yum
or dnf
to install perl-GraphViz2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-GraphViz2.
Install perl-GraphViz2 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-GraphViz2
using dnf
by running the following command:
sudo dnf -y install perl-GraphViz2
Install perl-GraphViz2 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-GraphViz2
using yum
by running the following command:
sudo yum -y install perl-GraphViz2
How To Uninstall perl-GraphViz2 on Fedora 36
To uninstall only the perl-GraphViz2
package we can use the following command:
sudo dnf remove perl-GraphViz2
perl-GraphViz2 Package Contents on Fedora 36
/usr/share/doc/perl-GraphViz2
/usr/share/doc/perl-GraphViz2/Changes
/usr/share/doc/perl-GraphViz2/README.md
/usr/share/licenses/perl-GraphViz2
/usr/share/licenses/perl-GraphViz2/LICENSE
/usr/share/man/man3/GraphViz2.3pm.gz
/usr/share/man/man3/GraphViz2::Parse::Regexp.3pm.gz
/usr/share/man/man3/GraphViz2::Parse::STT.3pm.gz
/usr/share/man/man3/GraphViz2::Parse::Yacc.3pm.gz
/usr/share/man/man3/GraphViz2::Parse::Yapp.3pm.gz
/usr/share/perl5/vendor_perl/GraphViz2
/usr/share/perl5/vendor_perl/GraphViz2.pm
/usr/share/perl5/vendor_perl/GraphViz2/Parse
/usr/share/perl5/vendor_perl/GraphViz2/Parse/Regexp.pm
/usr/share/perl5/vendor_perl/GraphViz2/Parse/STT.pm
/usr/share/perl5/vendor_perl/GraphViz2/Parse/Yacc.pm
/usr/share/perl5/vendor_perl/GraphViz2/Parse/Yapp.pm
References
Summary
In this tutorial we learn how to install perl-GraphViz2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).