How To Install graphviz-ocaml.x86_64 on Amazon Linux 2
In this tutorial we learn how to install graphviz-ocaml.x86_64 in Amazon Linux 2. graphviz-ocaml.x86_64 is Ocaml extension for graphviz
Introduction
In this tutorial we learn how to install graphviz-ocaml.x86_64
on Amazon Linux 2.
What is graphviz-ocaml.x86_64
Ocaml extension for graphviz.
We can use yum
to install graphviz-ocaml.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-ocaml.x86_64.
Install graphviz-ocaml.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-ocaml.x86_64
using yum
by running the following command:
sudo yum -y install graphviz-ocaml.x86_64
How To Uninstall graphviz-ocaml.x86_64 on Amazon Linux 2
To uninstall only the graphviz-ocaml.x86_64
package we can use the following command:
sudo yum remove graphviz-ocaml.x86_64
graphviz-ocaml.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/graphviz/ocaml
/usr/lib64/graphviz/ocaml/META.gv
/usr/lib64/graphviz/ocaml/gv.cma
/usr/lib64/graphviz/ocaml/gv.cmi
/usr/lib64/graphviz/ocaml/gv.cmo
/usr/lib64/graphviz/ocaml/libgv_ocaml.so
/usr/share/man/man3/gv.3ocaml.gz
References
Summary
In this tutorial we learn how to install graphviz-ocaml.x86_64
on Amazon Linux 2 using yum.