How to Install and Uninstall perl-Mixin-Linewise.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 08,2024

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

Learn how to install perl-Mixin-Linewise.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Mixin-Linewise.noarch

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

Please follow the steps below to uninstall perl-Mixin-Linewise.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Mixin-Linewise.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:16:41 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Mixin-Linewise
Version : 0.110
Release : 1.el9
Architecture : noarch
Size : 27 k
Source : perl-Mixin-Linewise-0.110-1.el9.src.rpm
Repository : epel
Summary : Write your linewise code for handles; this does the rest
URL : https://metacpan.org/release/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 file names are added for you.