How to Install and Uninstall perl-Error.src Package on Oracle Linux 9
Last updated: January 12,2025
1. Install "perl-Error.src" package
In this section, we are going to explain the necessary steps to install perl-Error.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
perl-Error.src
Copied
2. Uninstall "perl-Error.src" package
Learn how to uninstall perl-Error.src on Oracle Linux 9:
$
sudo dnf remove
perl-Error.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-Error.src package on Oracle Linux 9
Last metadata expiration check: 2:52:52 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Error
Epoch : 1
Version : 0.17029
Release : 7.el9
Architecture : src
Size : 45 k
Source : None
Repository : ol9_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.
Available Packages
Name : perl-Error
Epoch : 1
Version : 0.17029
Release : 7.el9
Architecture : src
Size : 45 k
Source : None
Repository : ol9_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.