How to Install and Uninstall perl-Path-Class.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 26,2024

1. Install "perl-Path-Class.noarch" package

This guide let you learn how to install perl-Path-Class.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Path-Class.noarch

2. Uninstall "perl-Path-Class.noarch" package

Please follow the steps below to uninstall perl-Path-Class.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-Path-Class.noarch $ sudo dnf autoremove

3. Information about the perl-Path-Class.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:55:59 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Path-Class
Version : 0.37
Release : 14.el8
Architecture : noarch
Size : 61 k
Source : perl-Path-Class-0.37-14.el8.src.rpm
Repository : epel
Summary : Cross-platform path specification manipulation
URL : https://metacpan.org/release/Path-Class
License : GPL+ or Artistic
Description : Path::Class is a module for manipulation of file and directory specifications
: (strings describing their locations, like '/home/ken/foo.txt' or
: 'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much every
: platform Perl runs on, including Unix, Windows, Mac, VMS, Epoc, Cygwin, OS/2,
: and NetWare.