How To Install perl-Mixin-Linewise on Rocky Linux 8
Introduction
In this tutorial we learn how to install perl-Mixin-Linewise
on Rocky Linux 8.
What is perl-Mixin-Linewise
It’s boring to deal with opening files for IO, converting strings to handle-like objects, and all that. With Mixin Mixin and methods for handling strings and file names are added for you.
We can use yum
or dnf
to install perl-Mixin-Linewise
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Mixin-Linewise.
Install perl-Mixin-Linewise on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-Mixin-Linewise
using dnf
by running the following command:
sudo dnf -y install perl-Mixin-Linewise
Install perl-Mixin-Linewise on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-Mixin-Linewise
using yum
by running the following command:
sudo yum -y install perl-Mixin-Linewise
How To Uninstall perl-Mixin-Linewise on Rocky Linux 8
To uninstall only the perl-Mixin-Linewise
package we can use the following command:
sudo dnf remove perl-Mixin-Linewise
perl-Mixin-Linewise Package Contents on Rocky Linux 8
/usr/share/doc/perl-Mixin-Linewise
/usr/share/doc/perl-Mixin-Linewise/Changes
/usr/share/doc/perl-Mixin-Linewise/README
/usr/share/licenses/perl-Mixin-Linewise
/usr/share/licenses/perl-Mixin-Linewise/LICENSE
/usr/share/man/man3/Mixin::Linewise.3pm.gz
/usr/share/man/man3/Mixin::Linewise::Readers.3pm.gz
/usr/share/man/man3/Mixin::Linewise::Writers.3pm.gz
/usr/share/perl5/vendor_perl/Mixin
/usr/share/perl5/vendor_perl/Mixin/Linewise
/usr/share/perl5/vendor_perl/Mixin/Linewise.pm
/usr/share/perl5/vendor_perl/Mixin/Linewise/Readers.pm
/usr/share/perl5/vendor_perl/Mixin/Linewise/Writers.pm
References
Summary
In this tutorial we learn how to install perl-Mixin-Linewise
on Rocky Linux 8 using yum and dnf.