How To Install perl-LV on Fedora 36
Introduction
In this tutorial we learn how to install perl-LV
on Fedora 36.
What is perl-LV
This module makes lvalue subroutines easy and practical to use. It’s inspired by the lvalue module which is sadly problematic because of the existence of another module on CPAN called Lvalue.
We can use yum
or dnf
to install perl-LV
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-LV.
Install perl-LV on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install perl-LV
using dnf
by running the following command:
sudo dnf -y install perl-LV
Install perl-LV on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install perl-LV
using yum
by running the following command:
sudo yum -y install perl-LV
How To Uninstall perl-LV on Fedora 36
To uninstall only the perl-LV
package we can use the following command:
sudo dnf remove perl-LV
perl-LV Package Contents on Fedora 36
/usr/share/doc/perl-LV
/usr/share/doc/perl-LV/CONTRIBUTING
/usr/share/doc/perl-LV/COPYRIGHT
/usr/share/doc/perl-LV/CREDITS
/usr/share/doc/perl-LV/Changes
/usr/share/doc/perl-LV/README
/usr/share/licenses/perl-LV
/usr/share/licenses/perl-LV/LICENSE
/usr/share/man/man3/LV.3pm.gz
/usr/share/perl5/vendor_perl/LV
/usr/share/perl5/vendor_perl/LV.pm
/usr/share/perl5/vendor_perl/LV/Backend
/usr/share/perl5/vendor_perl/LV/Backend/Magic.pm
/usr/share/perl5/vendor_perl/LV/Backend/Sentinel.pm
/usr/share/perl5/vendor_perl/LV/Backend/Tie.pm
References
Summary
In this tutorial we learn how to install perl-LV
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).