How to Install and Uninstall perl-Test-Fatal.noarch Package on Fedora 35

Last updated: July 01,2024

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

This guide covers the steps necessary to install perl-Test-Fatal.noarch on Fedora 35

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

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

Please follow the guidelines below to uninstall perl-Test-Fatal.noarch on Fedora 35:

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

3. Information about the perl-Test-Fatal.noarch package on Fedora 35

Last metadata expiration check: 2:05:26 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Test-Fatal
Version : 0.016
Release : 4.fc35
Architecture : noarch
Size : 25 k
Source : perl-Test-Fatal-0.016-4.fc35.src.rpm
Repository : fedora
Summary : Incredibly simple helpers for testing code with exceptions
URL : https://metacpan.org/release/Test-Fatal
License : GPL+ or Artistic
Description : Test::Fatal is an alternative to the popular Test::Exception. It does much
: less, but should allow greater flexibility in testing exception-throwing code
: with about the same amount of typing.