How to Install and Uninstall perl-Throwable.noarch Package on AlmaLinux 9

Last updated: October 08,2024

1. Install "perl-Throwable.noarch" package

This is a short guide on how to install perl-Throwable.noarch on AlmaLinux 9

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

2. Uninstall "perl-Throwable.noarch" package

This is a short guide on how to uninstall perl-Throwable.noarch on AlmaLinux 9:

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

3. Information about the perl-Throwable.noarch package on AlmaLinux 9

Last metadata expiration check: 1:50:57 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Throwable
Epoch : 1
Version : 1.000
Release : 2.el9
Architecture : noarch
Size : 29 k
Source : perl-Throwable-1.000-2.el9.src.rpm
Repository : epel
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.