How to Install and Uninstall perl-File-Path-Tiny.noarch Package on Rocky Linux 8

Last updated: April 30,2024

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

In this section, we are going to explain the necessary steps to install perl-File-Path-Tiny.noarch on Rocky Linux 8

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

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

Learn how to uninstall perl-File-Path-Tiny.noarch on Rocky Linux 8:

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

3. Information about the perl-File-Path-Tiny.noarch package on Rocky Linux 8

Last metadata expiration check: 1:43:56 ago on Mon Sep 12 10:27:18 2022.
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.