How to Install and Uninstall expect.src Package on Oracle Linux 8
Last updated: November 25,2024
1. Install "expect.src" package
This is a short guide on how to install expect.src on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
expect.src
Copied
2. Uninstall "expect.src" package
This guide let you learn how to uninstall expect.src on Oracle Linux 8:
$
sudo dnf remove
expect.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the expect.src package on Oracle Linux 8
Last metadata expiration check: 6:39:40 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : expect
Version : 5.45.4
Release : 5.el8
Architecture : src
Size : 663 k
Source : None
Repository : ol8_baseos_latest
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.
Available Packages
Name : expect
Version : 5.45.4
Release : 5.el8
Architecture : src
Size : 663 k
Source : None
Repository : ol8_baseos_latest
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.