How To Install perl-B-Generate on Fedora 36
Introduction
In this tutorial we learn how to install perl-B-Generate
on Fedora 36.
What is perl-B-Generate
The B module allows you to examine the Perl op tree at run-time, in Perl space; it’s the basis of the Perl compiler. But what it doesn’t let you do is manipulate that op tree ones. Now you can.
We can use yum
or dnf
to install perl-B-Generate
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-B-Generate.
Install perl-B-Generate 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-B-Generate
using dnf
by running the following command:
sudo dnf -y install perl-B-Generate
Install perl-B-Generate 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-B-Generate
using yum
by running the following command:
sudo yum -y install perl-B-Generate
How To Uninstall perl-B-Generate on Fedora 36
To uninstall only the perl-B-Generate
package we can use the following command:
sudo dnf remove perl-B-Generate
perl-B-Generate Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/4bbd4fa0d582db4c99db68f48af1c1a4904a7f
/usr/lib64/perl5/vendor_perl/B
/usr/lib64/perl5/vendor_perl/B/Generate.pm
/usr/lib64/perl5/vendor_perl/auto/B
/usr/lib64/perl5/vendor_perl/auto/B/Generate
/usr/lib64/perl5/vendor_perl/auto/B/Generate/Generate.so
/usr/share/doc/perl-B-Generate
/usr/share/doc/perl-B-Generate/Changes
/usr/share/doc/perl-B-Generate/README
/usr/share/licenses/perl-B-Generate
/usr/share/licenses/perl-B-Generate/Artistic
/usr/share/licenses/perl-B-Generate/Copying
/usr/share/man/man3/B::Generate.3pm.gz
References
Summary
In this tutorial we learn how to install perl-B-Generate
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).