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

In this tutorial we learn how to install graphviz-tcl.x86_64 in Amazon Linux 2. graphviz-tcl.x86_64 is Tcl extension & tools for graphviz

Introduction

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

What is graphviz-tcl.x86_64

Various tcl packages (extensions) for the graphviz tools.

We can use yum to install graphviz-tcl.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-tcl.x86_64.

Install graphviz-tcl.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-tcl.x86_64 using yum by running the following command:

sudo yum -y install graphviz-tcl.x86_64

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

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

sudo yum remove graphviz-tcl.x86_64

graphviz-tcl.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/graphviz/tcl
/usr/lib64/graphviz/tcl/libgdtclft.so
/usr/lib64/graphviz/tcl/libgdtclft.so.0
/usr/lib64/graphviz/tcl/libgdtclft.so.0.0.0
/usr/lib64/graphviz/tcl/libgv_tcl.so
/usr/lib64/graphviz/tcl/libtcldot.so
/usr/lib64/graphviz/tcl/libtcldot.so.0
/usr/lib64/graphviz/tcl/libtcldot.so.0.0.0
/usr/lib64/graphviz/tcl/libtcldot_builtin.so
/usr/lib64/graphviz/tcl/libtcldot_builtin.so.0
/usr/lib64/graphviz/tcl/libtcldot_builtin.so.0.0.0
/usr/lib64/graphviz/tcl/libtclplan.so
/usr/lib64/graphviz/tcl/libtclplan.so.0
/usr/lib64/graphviz/tcl/libtclplan.so.0.0.0
/usr/lib64/graphviz/tcl/libtkspline.so
/usr/lib64/graphviz/tcl/libtkspline.so.0
/usr/lib64/graphviz/tcl/libtkspline.so.0.0.0
/usr/lib64/graphviz/tcl/pkgIndex.tcl
/usr/lib64/tcl8.5/graphviz
/usr/share/man/man3/gdtclft.3tcl.gz
/usr/share/man/man3/gv.3tcl.gz
/usr/share/man/man3/tcldot.3tcl.gz
/usr/share/man/man3/tkspline.3tk.gz

References

Summary

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