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

Last updated: November 28,2024

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

In this section, we are going to explain the necessary steps to install perl-Test-Fatal.noarch on Fedora 38

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

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

This guide let you learn how to uninstall perl-Test-Fatal.noarch on Fedora 38:

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

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

Last metadata expiration check: 2:22:46 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Test-Fatal
Version : 0.017
Release : 2.fc38
Architecture : noarch
Size : 25 k
Source : perl-Test-Fatal-0.017-2.fc38.src.rpm
Repository : fedora
Summary : Incredibly simple helpers for testing code with exceptions
URL : https://metacpan.org/release/Test-Fatal
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.