How to Install and Uninstall perl-Dir-Self.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "perl-Dir-Self.noarch" package

Please follow the guidance below to install perl-Dir-Self.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Dir-Self.noarch

2. Uninstall "perl-Dir-Self.noarch" package

Here is a brief guide to show you how to uninstall perl-Dir-Self.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Dir-Self.noarch $ sudo dnf autoremove

3. Information about the perl-Dir-Self.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:08:38 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Dir-Self
Version : 0.11
Release : 20.el9
Architecture : noarch
Size : 12 k
Source : perl-Dir-Self-0.11-20.el9.src.rpm
Repository : epel
Summary : A __DIR__ constant for the directory your source file is in
URL : https://metacpan.org/release/Dir-Self
License : GPL+ or Artistic
Description : Perl has two pseudo-constants describing the current location in your
: source code, __FILE__ and __LINE__. This module adds __DIR__, which expands
: to the directory your source file is in, as an absolute pathname.