How to Install and Uninstall perl-Path-Class.noarch Package on Fedora 34

Last updated: September 29,2024

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

Please follow the step by step instructions below to install perl-Path-Class.noarch on Fedora 34

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

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

Please follow the step by step instructions below to uninstall perl-Path-Class.noarch on Fedora 34:

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

3. Information about the perl-Path-Class.noarch package on Fedora 34

Last metadata expiration check: 5:53:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Path-Class
Version : 0.37
Release : 18.fc34
Architecture : noarch
Size : 53 k
Source : perl-Path-Class-0.37-18.fc34.src.rpm
Repository : fedora
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.