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

Last updated: July 01,2024

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

Please follow the guidelines below to install perl-File-Path-Tiny.noarch on Oracle Linux 8

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

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

Please follow the step by step instructions below to uninstall perl-File-Path-Tiny.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 1:44:39 ago on Mon Sep 12 02:51:38 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.