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

Last updated: June 26,2024

1. Install "expect-devel.i686" package

In this section, we are going to explain the necessary steps to install expect-devel.i686 on Fedora 34

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

2. Uninstall "expect-devel.i686" package

Here is a brief guide to show you how to uninstall expect-devel.i686 on Fedora 34:

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

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

Last metadata expiration check: 0:23:28 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : expect-devel
Version : 5.45.4
Release : 13.fc34
Architecture : i686
Size : 23 k
Source : expect-5.45.4-13.fc34.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.