How to Install and Uninstall expect-devel.i686 Package on Fedora 38

Last updated: September 27,2024

1. Install "expect-devel.i686" package

This is a short guide on how to install expect-devel.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install expect-devel.i686

2. Uninstall "expect-devel.i686" package

Please follow the guidance below to uninstall expect-devel.i686 on Fedora 38:

$ sudo dnf remove expect-devel.i686 $ sudo dnf autoremove

3. Information about the expect-devel.i686 package on Fedora 38

Last metadata expiration check: 5:56:02 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : expect-devel
Version : 5.45.4
Release : 18.fc38
Architecture : i686
Size : 23 k
Source : expect-5.45.4-18.fc38.src.rpm
Repository : fedora
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 development files for the expect library.