How to Install and Uninstall perl-Mixin-Linewise.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

In this section, we are going to explain the necessary steps to install perl-Mixin-Linewise.noarch on Rocky Linux 8

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Mixin-Linewise.noarch on Rocky Linux 8:

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

3. Information about the perl-Mixin-Linewise.noarch package on Rocky Linux 8

Last metadata expiration check: 2:23:39 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Mixin-Linewise
Version : 0.108
Release : 15.el8
Architecture : noarch
Size : 29 k
Source : perl-Mixin-Linewise-0.108-15.el8.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.