How To Install tcl-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install tcl-devel.x86_64 on Amazon Linux 2.
What is tcl-devel.x86_64
The Tcl (Tool Command Language) provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks. When paired with the Tk toolkit, Tcl provides a fastest and powerful way to create cross-platform GUI applications. Tcl can also be used for a variety of web-related tasks and for creating powerful command languages for applications. The package contains the development files and man pages for tcl.
We can use yum to install tcl-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install tcl-devel.x86_64.
Install tcl-devel.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 tcl-devel.x86_64 using yum by running the following command:
sudo yum -y install tcl-devel.x86_64
How To Uninstall tcl-devel.x86_64 on Amazon Linux 2
To uninstall only the tcl-devel.x86_64 package we can use the following command:
sudo yum remove tcl-devel.x86_64
tcl-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/tcl-private
/usr/include/tcl-private/generic
/usr/include/tcl-private/generic/regcustom.h
/usr/include/tcl-private/generic/regerrs.h
/usr/include/tcl-private/generic/regex.h
/usr/include/tcl-private/generic/regguts.h
/usr/include/tcl-private/generic/tcl.h
/usr/include/tcl-private/generic/tclCompile.h
/usr/include/tcl-private/generic/tclDecls.h
/usr/include/tcl-private/generic/tclFileSystem.h
/usr/include/tcl-private/generic/tclIO.h
/usr/include/tcl-private/generic/tclInt.h
/usr/include/tcl-private/generic/tclIntDecls.h
/usr/include/tcl-private/generic/tclIntPlatDecls.h
/usr/include/tcl-private/generic/tclPlatDecls.h
/usr/include/tcl-private/generic/tclPort.h
/usr/include/tcl-private/generic/tclRegexp.h
/usr/include/tcl-private/generic/tclTomMath.h
/usr/include/tcl-private/generic/tclTomMathDecls.h
/usr/include/tcl-private/generic/tclTomMathInt.h
/usr/include/tcl-private/generic/tommath.h
/usr/include/tcl-private/unix
/usr/include/tcl-private/unix/tclDTrace.h
/usr/include/tcl-private/unix/tclUnixPort.h
/usr/include/tcl-private/unix/tclUnixThrd.h
/usr/include/tcl.h
/usr/include/tclDecls.h
/usr/include/tclPlatDecls.h
/usr/include/tclTomMath.h
/usr/include/tclTomMathDecls.h
/usr/lib64/libtcl.so
/usr/lib64/libtclstub8.5.a
/usr/lib64/tcl8.5/tclConfig.sh
/usr/lib64/tclConfig.sh
/usr/share/tcl8.5/tclAppInit.c
References
Summary
In this tutorial we learn how to install tcl-devel.x86_64 on Amazon Linux 2 using yum.