How To Install graphviz-perl.x86_64 on Amazon Linux 2

In this tutorial we learn how to install graphviz-perl.x86_64 in Amazon Linux 2. graphviz-perl.x86_64 is Perl extension for graphviz

Introduction

In this tutorial we learn how to install graphviz-perl.x86_64 on Amazon Linux 2.

What is graphviz-perl.x86_64

Perl extension for graphviz.

We can use yum to install graphviz-perl.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install graphviz-perl.x86_64.

Install graphviz-perl.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install graphviz-perl.x86_64 using yum by running the following command:

sudo yum -y install graphviz-perl.x86_64

How To Uninstall graphviz-perl.x86_64 on Amazon Linux 2

To uninstall only the graphviz-perl.x86_64 package we can use the following command:

sudo yum remove graphviz-perl.x86_64

graphviz-perl.x86_64 Package Contents on Amazon Linux 2

/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.x86_64 on Amazon Linux 2 using yum.