How to Install and Uninstall perl-Class-Throwable.noarch Package on Fedora 36

Last updated: October 03,2024

1. Install "perl-Class-Throwable.noarch" package

Please follow the guidelines below to install perl-Class-Throwable.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Class-Throwable.noarch

2. Uninstall "perl-Class-Throwable.noarch" package

This is a short guide on how to uninstall perl-Class-Throwable.noarch on Fedora 36:

$ sudo dnf remove perl-Class-Throwable.noarch $ sudo dnf autoremove

3. Information about the perl-Class-Throwable.noarch package on Fedora 36

Last metadata expiration check: 3:49:38 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Class-Throwable
Version : 0.13
Release : 20.fc36
Architecture : noarch
Size : 27 k
Source : perl-Class-Throwable-0.13-20.fc36.src.rpm
Repository : fedora
Summary : A minimal lightweight exception class
URL : https://metacpan.org/release/Class-Throwable
License : GPL+ or Artistic
Description : This module implements a minimal lightweight exception object. It is
: meant to be a compromise between more basic solutions like Carp which
: can only print information and cannot handle exception objects, and more
: complex solutions like Exception::Class which can be used to define
: complex inline exceptions and has a number of module dependencies.