How to Install and Uninstall perl-Exception-Base.noarch Package on Fedora 34

Last updated: November 25,2024

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

Please follow the instructions below to install perl-Exception-Base.noarch on Fedora 34

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

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

Please follow the steps below to uninstall perl-Exception-Base.noarch on Fedora 34:

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

3. Information about the perl-Exception-Base.noarch package on Fedora 34

Last metadata expiration check: 5:32:01 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Exception-Base
Version : 0.2501
Release : 16.fc34
Architecture : noarch
Size : 40 k
Source : perl-Exception-Base-0.2501-16.fc34.src.rpm
Repository : fedora
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 uppered for debugging purposes.