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

Last updated: May 20,2024

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

This guide let you learn how to install perl-Test-Expect.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-Test-Expect.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:11:49 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Test-Expect
Version : 0.34
Release : 14.fc34
Architecture : noarch
Size : 14 k
Source : perl-Test-Expect-0.34-14.fc34.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.