How to Install and Uninstall perl-Path-Tiny.noarch Package on Fedora 38

Last updated: November 28,2024

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

This guide covers the steps necessary to install perl-Path-Tiny.noarch on Fedora 38

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

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

Please follow the guidelines below to uninstall perl-Path-Tiny.noarch on Fedora 38:

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

3. Information about the perl-Path-Tiny.noarch package on Fedora 38

Last metadata expiration check: 1:16:41 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Path-Tiny
Version : 0.144
Release : 2.fc38
Architecture : noarch
Size : 75 k
Source : perl-Path-Tiny-0.144-2.fc38.src.rpm
Repository : fedora
Summary : File path utility
URL : https://metacpan.org/release/Path-Tiny
License : Apache-2.0
Description : This module attempts to provide a small, fast utility for working with file
: paths. It is friendlier to use than File::Spec and provides easy access to
: functions from several other core file handling modules.
:
: It doesn't attempt to be as full-featured as IO::All or Path::Class, nor does
: it try to work for anything except Unix-like and Win32 platforms. Even then, it
: might break if you try something particularly obscure or tortuous.
:
: All paths are forced to have Unix-style forward slashes. Stringifying the
: object gives you back the path (after some clean up).
:
: File input/output methods flock handles before reading or writing, as
: appropriate.
:
: The *_utf8 methods (slurp_utf8, lines_utf8, etc.) operate in raw mode without
: CRLF translation.