How To Install perl-Perl6-Junction on Fedora 36
Introduction
In this tutorial we learn how to install perl-Perl6-Junction
on Fedora 36.
What is perl-Perl6-Junction
Perl6 style Junction operators in Perl5. This is a lightweight module that provides ‘Junction’ operators, the most commonly used being ‘any’ and ‘all’. Inspired by the Perl6 design docs, <http Provides a limited subset of the functionality of L<Quantum
We can use yum
or dnf
to install perl-Perl6-Junction
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Perl6-Junction.
Install perl-Perl6-Junction 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-Perl6-Junction
using dnf
by running the following command:
sudo dnf -y install perl-Perl6-Junction
Install perl-Perl6-Junction 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-Perl6-Junction
using yum
by running the following command:
sudo yum -y install perl-Perl6-Junction
How To Uninstall perl-Perl6-Junction on Fedora 36
To uninstall only the perl-Perl6-Junction
package we can use the following command:
sudo dnf remove perl-Perl6-Junction
perl-Perl6-Junction Package Contents on Fedora 36
/usr/share/doc/perl-Perl6-Junction
/usr/share/doc/perl-Perl6-Junction/Changes
/usr/share/doc/perl-Perl6-Junction/README
/usr/share/man/man3/Perl6::Junction.3pm.gz
/usr/share/perl5/vendor_perl/Perl6
/usr/share/perl5/vendor_perl/Perl6/Junction
/usr/share/perl5/vendor_perl/Perl6/Junction.pm
/usr/share/perl5/vendor_perl/Perl6/Junction/All.pm
/usr/share/perl5/vendor_perl/Perl6/Junction/Any.pm
/usr/share/perl5/vendor_perl/Perl6/Junction/Base.pm
/usr/share/perl5/vendor_perl/Perl6/Junction/None.pm
/usr/share/perl5/vendor_perl/Perl6/Junction/One.pm
References
Summary
In this tutorial we learn how to install perl-Perl6-Junction
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).