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

Last updated: October 08,2024

1. Install "perl-File-Path-Tiny.noarch" package

Please follow the steps below to install perl-File-Path-Tiny.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-File-Path-Tiny.noarch

2. Uninstall "perl-File-Path-Tiny.noarch" package

This guide covers the steps necessary to uninstall perl-File-Path-Tiny.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove perl-File-Path-Tiny.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:09:12 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-File-Path-Tiny
Version : 0.9
Release : 9.el8
Architecture : noarch
Size : 22 k
Source : perl-File-Path-Tiny-0.9-9.el8.src.rpm
Repository : epel
Summary : Recursive versions of mkdir() and rmdir() without as much overhead as File::Path
URL : https://metacpan.org/release/File-Path-Tiny
License : GPL+ or Artistic
Description : The goal here is simply to provide recursive versions of mkdir() and
: rmdir() with as little code and overhead as possible.