How to Install and Uninstall expect.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "expect.src" package

In this section, we are going to explain the necessary steps to install expect.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install expect.src

2. Uninstall "expect.src" package

This guide let you learn how to uninstall expect.src on Oracle Linux 9:

$ sudo dnf remove expect.src $ sudo dnf autoremove

3. Information about the expect.src package on Oracle Linux 9

Last metadata expiration check: 1:59:26 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : expect
Version : 5.45.4
Release : 15.el9
Architecture : src
Size : 666 k
Source : None
Repository : ol9_appstream
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.