How to Install and Uninstall perl-Throwable.noarch Package on Rocky Linux 8

Last updated: September 21,2024

1. Install "perl-Throwable.noarch" package

This guide covers the steps necessary to install perl-Throwable.noarch on Rocky Linux 8

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

2. Uninstall "perl-Throwable.noarch" package

This tutorial shows how to uninstall perl-Throwable.noarch on Rocky Linux 8:

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

3. Information about the perl-Throwable.noarch package on Rocky Linux 8

Last metadata expiration check: 1:36:32 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Throwable
Version : 0.200013
Release : 12.el8
Architecture : noarch
Size : 30 k
Source : perl-Throwable-0.200013-12.el8.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.