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

Last updated: October 06,2024

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

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

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

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

This tutorial shows how to uninstall perl-Test-Exec.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:18:05 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Test-Exec
Version : 0.04
Release : 11.fc34
Architecture : noarch
Size : 19 k
Source : perl-Test-Exec-0.04-11.fc34.src.rpm
Repository : fedora
Summary : Test that some code calls exec without terminating testing
URL : https://metacpan.org/release/Test-Exec
License : GPL+ or Artistic
Description : The Test::Exec Perl module provides the most simple possible tools for testing
: code that might call exec function, which would otherwise end your test by
: calling another program. This code should detect and capture exec calls, even
: if they are inside an eval statement.