How to Install and Uninstall perl-Error.noarch Package on AlmaLinux 9

Last updated: October 08,2024

1. Install "perl-Error.noarch" package

This is a short guide on how to install perl-Error.noarch on AlmaLinux 9

$ sudo dnf update $ sudo dnf install perl-Error.noarch

2. Uninstall "perl-Error.noarch" package

This guide covers the steps necessary to uninstall perl-Error.noarch on AlmaLinux 9:

$ sudo dnf remove perl-Error.noarch $ sudo dnf autoremove

3. Information about the perl-Error.noarch package on AlmaLinux 9

Last metadata expiration check: 1:36:36 ago on Wed Mar 13 07:41:12 2024.
Installed Packages
Name : perl-Error
Epoch : 1
Version : 0.17029
Release : 7.el9
Architecture : noarch
Size : 78 k
Source : perl-Error-0.17029-7.el9.src.rpm
Repository : @System
From repo : appstream
Summary : Error/exception handling in an OO-ish way
URL : https://metacpan.org/release/Error
License : (GPL+ or Artistic) and MIT
Description : The Error package provides two interfaces. Firstly Error provides a
: procedural interface to exception handling. Secondly Error is a base class
: for errors/exceptions that can either be thrown, for subsequent catch, or
: can simply be recorded.