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

Last updated: November 02,2024

1. Install "expect.x86_64" package

Please follow the instructions below to install expect.x86_64 on CentOS Stream 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 Stream 8:

$ sudo dnf remove expect.x86_64 $ sudo dnf autoremove

3. Information about the expect.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:50:55 ago on Sun Feb 25 03:03:59 2024.
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.