How to Install and Uninstall tcl.x86_64 Package on Amazon Linux 2

Last updated: January 06,2025

1. Install "tcl.x86_64" package

In this section, we are going to explain the necessary steps to install tcl.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install tcl.x86_64

2. Uninstall "tcl.x86_64" package

Here is a brief guide to show you how to uninstall tcl.x86_64 on Amazon Linux 2:

$ sudo yum remove tcl.x86_64 $ sudo yum autoremove

3. Information about the tcl.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : tcl
Arch : x86_64
Epoch : 1
Version : 8.5.13
Release : 8.amzn2.0.2
Size : 1.9 M
Repo : amzn2-core/2/x86_64
Summary : Tool Command Language, pronounced tickle
URL : http://tcl.sourceforge.net/
License : TCL
Description : 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.