How to Install and Uninstall perl-Mixin-Linewise.noarch Package on Amazon Linux 2

Last updated: May 20,2024

1. Install "perl-Mixin-Linewise.noarch" package

Please follow the steps below to install perl-Mixin-Linewise.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Mixin-Linewise.noarch

2. Uninstall "perl-Mixin-Linewise.noarch" package

Please follow the steps below to uninstall perl-Mixin-Linewise.noarch on Amazon Linux 2:

$ sudo yum remove perl-Mixin-Linewise.noarch $ sudo yum autoremove

3. Information about the perl-Mixin-Linewise.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Mixin-Linewise
Arch : noarch
Version : 0.004
Release : 2.amzn2
Size : 23 k
Repo : amzn2-core/2/x86_64
Summary : Write your linewise code for handles; this does the rest
URL : http://search.cpan.org/dist/Mixin-Linewise/
License : GPL+ or Artistic
Description : It's boring to deal with opening files for IO, converting strings
: to handle- like objects, and all that. With
: Mixin::Linewise::Readers and Mixin::Linewise::Writers, you can
: just write a method to handle handles, and methods for handling
: strings and filenames are added for you.