How to Install and Uninstall perl-Test-Expect.noarch Package on Fedora 36

Last updated: October 08,2024

1. Install "perl-Test-Expect.noarch" package

This guide covers the steps necessary to install perl-Test-Expect.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Test-Expect.noarch

2. Uninstall "perl-Test-Expect.noarch" package

Please follow the guidance below to uninstall perl-Test-Expect.noarch on Fedora 36:

$ sudo dnf remove perl-Test-Expect.noarch $ sudo dnf autoremove

3. Information about the perl-Test-Expect.noarch package on Fedora 36

Last metadata expiration check: 2:42:12 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Test-Expect
Version : 0.34
Release : 17.fc36
Architecture : noarch
Size : 14 k
Source : perl-Test-Expect-0.34-17.fc36.src.rpm
Repository : fedora
Summary : Automated driving and testing of terminal-based programs
URL : https://metacpan.org/release/Test-Expect
License : GPL+ or Artistic
Description : Test::Expect is a module for automated driving and testing of
: terminal-based programs. It is handy for testing interactive programs
: which have a prompt, and is based on the same concepts as the Tcl Expect
: tool. As in Expect::Simple, the Expect object is made available for
: tweaking.
:
: Test::Expect is intended for use in a test script.