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

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Test-Expect.noarch on Fedora 38

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

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

Please follow the instructions below to uninstall perl-Test-Expect.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:50:57 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Test-Expect
Version : 0.34
Release : 20.fc38
Architecture : noarch
Size : 13 k
Source : perl-Test-Expect-0.34-20.fc38.src.rpm
Repository : fedora
Summary : Automated driving and testing of terminal-based programs
URL : https://metacpan.org/release/Test-Expect
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.