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

Last updated: September 20,2024

1. Install "expect-devel.i686" package

Please follow the guidance below to install expect-devel.i686 on Fedora 36

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

2. Uninstall "expect-devel.i686" package

Please follow the step by step instructions below to uninstall expect-devel.i686 on Fedora 36:

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

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

Last metadata expiration check: 0:08:23 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : expect-devel
Version : 5.45.4
Release : 15.fc36
Architecture : i686
Size : 23 k
Source : expect-5.45.4-15.fc36.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.