How to Install and Uninstall perl-Mixin-Linewise Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-Mixin-Linewise" package

Please follow the steps below to install perl-Mixin-Linewise on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Mixin-Linewise

2. Uninstall "perl-Mixin-Linewise" package

This is a short guide on how to uninstall perl-Mixin-Linewise on openSuSE Tumbleweed:

$ sudo zypper remove perl-Mixin-Linewise

3. Information about the perl-Mixin-Linewise package on openSuSE Tumbleweed

Information for package perl-Mixin-Linewise:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Mixin-Linewise
Version : 0.111-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 43.8 KiB
Installed : No
Status : not installed
Source package : perl-Mixin-Linewise-0.111-1.5.src
Upstream URL : https://metacpan.org/release/Mixin-Linewise
Summary : Write your linewise code for handles; this does the rest
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.