How To Install graphviz-perl on Fedora 36
Introduction
In this tutorial we learn how to install graphviz-perl
on Fedora 36.
What is graphviz-perl
Perl extension for graphviz.
We can use yum
or dnf
to install graphviz-perl
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install graphviz-perl.
Install graphviz-perl 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-perl
using dnf
by running the following command:
sudo dnf -y install graphviz-perl
Install graphviz-perl 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-perl
using yum
by running the following command:
sudo yum -y install graphviz-perl
How To Uninstall graphviz-perl on Fedora 36
To uninstall only the graphviz-perl
package we can use the following command:
sudo dnf remove graphviz-perl
graphviz-perl Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/8b/4e23b5a1126a0eae68b86eb708ea25afcc087e
/usr/lib/.build-id/8b/4e23b5a1126a0eae68b86eb708ea25afcc087e.1
/usr/lib64/graphviz/perl
/usr/lib64/graphviz/perl/gv.pm
/usr/lib64/graphviz/perl/gv.so
/usr/lib64/graphviz/perl/libgv_perl.so
/usr/lib64/perl5/vendor_perl
/usr/lib64/perl5/vendor_perl/gv.pm
/usr/lib64/perl5/vendor_perl/gv.so
/usr/share/man/man3/gv.3perl.gz
References
Summary
In this tutorial we learn how to install graphviz-perl
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).