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

Last updated: May 14,2024

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

Please follow the guidance below to install perl-Class-Throwable.noarch on Fedora 35

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

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

Here is a brief guide to show you how to uninstall perl-Class-Throwable.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:48:39 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-Class-Throwable
Version : 0.13
Release : 19.fc35
Architecture : noarch
Size : 27 k
Source : perl-Class-Throwable-0.13-19.fc35.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.