How to Install and Uninstall perl-IO-stringy.noarch Package on Amazon Linux 2
Last updated: November 28,2024
1. Install "perl-IO-stringy.noarch" package
Please follow the steps below to install perl-IO-stringy.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
perl-IO-stringy.noarch
Copied
2. Uninstall "perl-IO-stringy.noarch" package
In this section, we are going to explain the necessary steps to uninstall perl-IO-stringy.noarch on Amazon Linux 2:
$
sudo yum remove
perl-IO-stringy.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the perl-IO-stringy.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : perl-IO-stringy
Arch : noarch
Version : 2.110
Release : 22.amzn2
Size : 71 k
Repo : amzn2-core/2/x86_64
Summary : I/O on in-core objects like strings and arrays for Perl
URL : http://search.cpan.org/dist/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.
Available Packages
Name : perl-IO-stringy
Arch : noarch
Version : 2.110
Release : 22.amzn2
Size : 71 k
Repo : amzn2-core/2/x86_64
Summary : I/O on in-core objects like strings and arrays for Perl
URL : http://search.cpan.org/dist/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.