How To Install perl-autobox-Junctions on Fedora 36
Introduction
In this tutorial we learn how to install perl-autobox-Junctions on Fedora 36.
What is perl-autobox-Junctions
This is a simple autoboxifying wrapper around Syntax module, that provides array and array references with the functions provided by that package as methods for arrays
We can use yum or dnf to install perl-autobox-Junctions on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-autobox-Junctions.
Install perl-autobox-Junctions 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-autobox-Junctions using dnf by running the following command:
sudo dnf -y install perl-autobox-Junctions
Install perl-autobox-Junctions 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-autobox-Junctions using yum by running the following command:
sudo yum -y install perl-autobox-Junctions
How To Uninstall perl-autobox-Junctions on Fedora 36
To uninstall only the perl-autobox-Junctions package we can use the following command:
sudo dnf remove perl-autobox-Junctions
perl-autobox-Junctions Package Contents on Fedora 36
/usr/share/doc/perl-autobox-Junctions
/usr/share/doc/perl-autobox-Junctions/Changes
/usr/share/doc/perl-autobox-Junctions/README
/usr/share/licenses/perl-autobox-Junctions
/usr/share/licenses/perl-autobox-Junctions/LICENSE
/usr/share/man/man3/autobox::Junctions.3pm.gz
/usr/share/perl5/vendor_perl/autobox
/usr/share/perl5/vendor_perl/autobox/Junctions.pm
References
Summary
In this tutorial we learn how to install perl-autobox-Junctions on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).