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

Last updated: May 05,2024

1. Install "expectk.x86_64" package

Please follow the instructions below to install expectk.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install expectk.x86_64

2. Uninstall "expectk.x86_64" package

This tutorial shows how to uninstall expectk.x86_64 on Amazon Linux 2:

$ sudo yum remove expectk.x86_64 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : expectk
Arch : x86_64
Version : 5.45
Release : 14.amzn2.0.2
Size : 47 k
Repo : amzn2-core/2/x86_64
Summary : A program-script interaction and testing utility
URL : http://expect.nist.gov/
License : Public Domain
Description : Expect is a tcl application for automating and testing
: interactive applications such as telnet, ftp, passwd, fsck,
: rlogin, tip, etc. Expect makes it easy for a script to
: control another program and interact with it.
:
: This package originally contained expectk and some scripts
: that used it. As expectk was removed from upstream tarball
: in expect-5.45, now the package contains just these scripts.
: Please use tclsh with package require Tk and Expect instead
: of expectk.