How to Install and Uninstall perl-Exception-Base.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 08,2024

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

Here is a brief guide to show you how to install perl-Exception-Base.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This guide covers the steps necessary to uninstall perl-Exception-Base.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Exception-Base.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:44:54 ago on Mon Feb 26 15:59:38 2024.
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.