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

Last updated: September 20,2024

1. Install "perl-Exception-Base.noarch" package

In this section, we are going to explain the necessary steps to install perl-Exception-Base.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Exception-Base.noarch

2. Uninstall "perl-Exception-Base.noarch" package

This is a short guide on how to uninstall perl-Exception-Base.noarch on Rocky Linux 8:

$ sudo dnf remove perl-Exception-Base.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 1:47:50 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Exception-Base
Version : 0.2501
Release : 1.el8
Architecture : noarch
Size : 50 k
Source : perl-Exception-Base-0.2501-1.el8.src.rpm
Repository : epel
Summary : Lightweight exceptions
URL : https://metacpan.org/release/Exception-Base
License : GPL+ or Artistic
Description : This class implements a fully OO exception mechanism similar to
: Exception::Class or Class::Throwable. It provides a simple interface
: allowing programmers to declare exception classes. These classes can be
: thrown and caught. Each uncaught exception prints full stack trace if the
: default verbosity is increased for debugging purposes.