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

Last updated: October 06,2024

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

Please follow the guidelines below to install perl-Path-Tiny.noarch on Fedora 34

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

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

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

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

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

Last metadata expiration check: 5:17:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Path-Tiny
Version : 0.118
Release : 1.fc34
Architecture : noarch
Size : 67 k
Source : perl-Path-Tiny-0.118-1.fc34.src.rpm
Repository : fedora
Summary : File path utility
URL : https://metacpan.org/release/Path-Tiny
License : ASL 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.