How to Install and Uninstall perl-Exception-Class-TryCatch.noarch Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "perl-Exception-Class-TryCatch.noarch" package
Please follow the guidance below to install perl-Exception-Class-TryCatch.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
perl-Exception-Class-TryCatch.noarch
Copied
2. Uninstall "perl-Exception-Class-TryCatch.noarch" package
Please follow the guidelines below to uninstall perl-Exception-Class-TryCatch.noarch on Rocky Linux 8:
$
sudo dnf remove
perl-Exception-Class-TryCatch.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Exception-Class-TryCatch.noarch package on Rocky Linux 8
Last metadata expiration check: 1:09:25 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Exception-Class-TryCatch
Version : 1.13
Release : 16.el8
Architecture : noarch
Size : 28 k
Source : perl-Exception-Class-TryCatch-1.13-16.el8.src.rpm
Repository : epel
Summary : Syntactic try/catch sugar for use with Exception::Class
URL : https://metacpan.org/release/Exception-Class-TryCatch
License : ASL 2.0
Description : Exception::Class::TryCatch provides syntactic sugar for use with
: Exception::Class using the familiar keywords try and catch. Its primary
: objective is to allow users to avoid dealing directly with $@ by ensuring
: that any exceptions caught in an eval are captured as Exception::Class
: objects, whether they were thrown objects to begin with or whether the
: error resulted from die. This means that users may immediately use isa and
: various Exception::Class methods to process the exception.
Available Packages
Name : perl-Exception-Class-TryCatch
Version : 1.13
Release : 16.el8
Architecture : noarch
Size : 28 k
Source : perl-Exception-Class-TryCatch-1.13-16.el8.src.rpm
Repository : epel
Summary : Syntactic try/catch sugar for use with Exception::Class
URL : https://metacpan.org/release/Exception-Class-TryCatch
License : ASL 2.0
Description : Exception::Class::TryCatch provides syntactic sugar for use with
: Exception::Class using the familiar keywords try and catch. Its primary
: objective is to allow users to avoid dealing directly with $@ by ensuring
: that any exceptions caught in an eval are captured as Exception::Class
: objects, whether they were thrown objects to begin with or whether the
: error resulted from die. This means that users may immediately use isa and
: various Exception::Class methods to process the exception.