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

Last updated: October 05,2024

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

This is a short guide on how to install perl-Class-Throwable.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 0:23:31 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Class-Throwable
Version : 0.13
Release : 17.fc34
Architecture : noarch
Size : 27 k
Source : perl-Class-Throwable-0.13-17.fc34.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.