How to Install and Uninstall perl-Try-Tiny.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: January 19,2025
1. Install "perl-Try-Tiny.noarch" package
Please follow the guidance below to install perl-Try-Tiny.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
perl-Try-Tiny.noarch
Copied
2. Uninstall "perl-Try-Tiny.noarch" package
Please follow the guidance below to uninstall perl-Try-Tiny.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
perl-Try-Tiny.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Try-Tiny.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:37:44 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Try-Tiny
Version : 0.30
Release : 7.module+el8.3.0+6498+9eecfe51
Architecture : noarch
Size : 45 k
Source : perl-Try-Tiny-0.30-7.module+el8.3.0+6498+9eecfe51.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Minimal try/catch with proper localization of $@
URL : https://metacpan.org/release/Try-Tiny
License : MIT
Description : This module provides bare bones try/catch statements that are designed to
: minimize common mistakes with eval blocks, and NOTHING else.
:
: This is unlike TryCatch, which provides a nice syntax and avoids adding
: another call stack layer, and supports calling return from the try block to
: return from the parent subroutine. These extra features come at a cost of a
: few dependencies, namely Devel::Declare and Scope::Upper that are occasionally
: problematic, and the additional catch filtering uses Moose type constraints,
: which may not be desirable either.
Available Packages
Name : perl-Try-Tiny
Version : 0.30
Release : 7.module+el8.3.0+6498+9eecfe51
Architecture : noarch
Size : 45 k
Source : perl-Try-Tiny-0.30-7.module+el8.3.0+6498+9eecfe51.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Minimal try/catch with proper localization of $@
URL : https://metacpan.org/release/Try-Tiny
License : MIT
Description : This module provides bare bones try/catch statements that are designed to
: minimize common mistakes with eval blocks, and NOTHING else.
:
: This is unlike TryCatch, which provides a nice syntax and avoids adding
: another call stack layer, and supports calling return from the try block to
: return from the parent subroutine. These extra features come at a cost of a
: few dependencies, namely Devel::Declare and Scope::Upper that are occasionally
: problematic, and the additional catch filtering uses Moose type constraints,
: which may not be desirable either.