How to Install and Uninstall expect.x86_64 Package on CentOS 8 / RHEL 8

Last updated: September 20,2024

1. Install "expect.x86_64" package

This tutorial shows how to install expect.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install expect.x86_64

2. Uninstall "expect.x86_64" package

This tutorial shows how to uninstall expect.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove expect.x86_64 $ sudo dnf autoremove

3. Information about the expect.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 4:20:22 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : expect
Version : 5.45.4
Release : 5.el8
Architecture : x86_64
Size : 267 k
Source : expect-5.45.4-5.el8.src.rpm
Repository : baseos
Summary : A program-script interaction and testing utility
URL : https://core.tcl.tk/expect/index
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 contains expect and some scripts that use it.