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

Last updated: October 05,2024

1. Install "perl-Throwable.noarch" package

Learn how to install perl-Throwable.noarch on Fedora 34

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

2. Uninstall "perl-Throwable.noarch" package

Please follow the step by step instructions below to uninstall perl-Throwable.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:41:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Throwable
Version : 0.200013
Release : 16.fc34
Architecture : noarch
Size : 27 k
Source : perl-Throwable-0.200013-16.fc34.src.rpm
Repository : fedora
Summary : Role for classes that can be thrown
URL : https://metacpan.org/release/Throwable
License : GPL+ or Artistic
Description : Throwable is a role for classes that are meant to be thrown as exceptions
: to standard program flow. It is very simple and does only two things: saves
: any previous value for $@ and calls die $self.