How to Install and Uninstall perl-IO-stringy.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-IO-stringy.noarch" package

This is a short guide on how to install perl-IO-stringy.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-IO-stringy.noarch

2. Uninstall "perl-IO-stringy.noarch" package

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

$ sudo dnf remove perl-IO-stringy.noarch $ sudo dnf autoremove

3. Information about the perl-IO-stringy.noarch package on Fedora 34

Last metadata expiration check: 3:38:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-IO-stringy
Version : 2.113
Release : 5.fc34
Architecture : noarch
Size : 66 k
Source : perl-IO-stringy-2.113-5.fc34.src.rpm
Repository : fedora
Summary : I/O on in-core objects like strings and arrays for Perl
URL : https://metacpan.org/release/IO-stringy
License : GPL+ or Artistic
Description : This toolkit primarily provides modules for performing both traditional
: and object-oriented I/O) on things *other* than normal filehandles; in
: particular, IO::Scalar, IO::ScalarArray, and IO::Lines.
:
: In the more-traditional IO::Handle front, we have IO::AtomicFile, which
: may be used to painlessly create files that are updated atomically.
:
: And in the "this-may-prove-useful" corner, we have IO::Wrap, whose
: exported wraphandle() function will clothe anything that's not a blessed
: object in an IO::Handle-like wrapper... so you can just use OO syntax
: and stop worrying about whether your function's caller handed you a
: string, a globref, or a FileHandle.