How to Install and Uninstall perl-Try-Tiny.noarch Package on Rocky Linux 8

Last updated: May 22,2024

1. Install "perl-Try-Tiny.noarch" package

In this section, we are going to explain the necessary steps to install perl-Try-Tiny.noarch on Rocky Linux 8

$ sudo dnf update $ sudo dnf install perl-Try-Tiny.noarch

2. Uninstall "perl-Try-Tiny.noarch" package

Please follow the steps below to uninstall perl-Try-Tiny.noarch on Rocky Linux 8:

$ sudo dnf remove perl-Try-Tiny.noarch $ sudo dnf autoremove

3. Information about the perl-Try-Tiny.noarch package on Rocky Linux 8

Last metadata expiration check: 2:09:36 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Try-Tiny
Version : 0.30
Release : 7.module+el8.6.0+965+850557f9
Architecture : noarch
Size : 44 k
Source : perl-Try-Tiny-0.30-7.module+el8.6.0+965+850557f9.src.rpm
Repository : appstream
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.