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

Last updated: May 02,2024

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

This tutorial shows how to install perl-Test-Exception.noarch on Fedora 35

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

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

This is a short guide on how to uninstall perl-Test-Exception.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:39:01 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Test-Exception
Version : 0.43
Release : 18.fc35
Architecture : noarch
Size : 22 k
Source : perl-Test-Exception-0.43-18.fc35.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.