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

Last updated: September 19,2024

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

This is a short guide on how to install perl-Test-Exception.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 1:42:52 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Test-Exception
Version : 0.43
Release : 16.fc34
Architecture : noarch
Size : 23 k
Source : perl-Test-Exception-0.43-16.fc34.src.rpm
Repository : fedora
Summary : Library of test functions for exception based Perl code
URL : https://metacpan.org/release/Test-Exception
License : GPL+ or Artistic
Description : This module provides a few convenience methods for testing exception
: based code. It is built with Test::Builder and plays happily with
: Test::More and friends.