How To Install sqlite-tcl.x86_64 on Amazon Linux 2
In this tutorial we learn how to install sqlite-tcl.x86_64 in Amazon Linux 2. sqlite-tcl.x86_64 is Tcl module for the sqlite3 embeddable SQL database engine
Introduction
In this tutorial we learn how to install sqlite-tcl.x86_64 on Amazon Linux 2.
What is sqlite-tcl.x86_64
This package contains the tcl modules for sqlite.
We can use yum to install sqlite-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 sqlite-tcl.x86_64.
Install sqlite-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 sqlite-tcl.x86_64 using yum by running the following command:
sudo yum -y install sqlite-tcl.x86_64
How To Uninstall sqlite-tcl.x86_64 on Amazon Linux 2
To uninstall only the sqlite-tcl.x86_64 package we can use the following command:
sudo yum remove sqlite-tcl.x86_64
sqlite-tcl.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/tcl8.5/sqlite3
/usr/lib64/tcl8.5/sqlite3/libtclsqlite3.so
/usr/lib64/tcl8.5/sqlite3/pkgIndex.tcl
References
Summary
In this tutorial we learn how to install sqlite-tcl.x86_64 on Amazon Linux 2 using yum.