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

Last updated: April 29,2024

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

Here is a brief guide to show you how to install perl-Exception-Base.noarch on Oracle Linux 8

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

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

Please follow the step by step instructions below to uninstall perl-Exception-Base.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 6:09:36 ago on Mon Sep 12 02:51:38 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.