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

In this tutorial we learn how to install tcl-brlapi.x86_64 in Amazon Linux 2. tcl-brlapi.x86_64 is Tcl binding for BrlAPI

Introduction

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

What is tcl-brlapi.x86_64

This package provides the Tcl binding for BrlAPI.

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

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

sudo yum -y install tcl-brlapi.x86_64

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

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

sudo yum remove tcl-brlapi.x86_64

tcl-brlapi.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/tcl8.5/brlapi-0.6.0
/usr/lib64/tcl8.5/brlapi-0.6.0/libbrlapi_tcl.so
/usr/lib64/tcl8.5/brlapi-0.6.0/pkgIndex.tcl

References

Summary

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