How To Install perl-rpm-build-perl on Fedora 36

In this tutorial we learn how to install perl-rpm-build-perl in Fedora 36. perl-rpm-build-perl is Perl compiler back-end to extract Perl dependencies

Introduction

In this tutorial we learn how to install perl-rpm-build-perl on Fedora 36.

What is perl-rpm-build-perl

B dependencies from Perl source code, based on the internal compiled structure that Perl itself creates after parsing a program. The output of B packaging).

We can use yum or dnf to install perl-rpm-build-perl on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-rpm-build-perl.

Install perl-rpm-build-perl 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-rpm-build-perl using dnf by running the following command:

sudo dnf -y install perl-rpm-build-perl

Install perl-rpm-build-perl 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-rpm-build-perl using yum by running the following command:

sudo yum -y install perl-rpm-build-perl

How To Uninstall perl-rpm-build-perl on Fedora 36

To uninstall only the perl-rpm-build-perl package we can use the following command:

sudo dnf remove perl-rpm-build-perl

perl-rpm-build-perl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/fd47cbf325f83c611ed90401c7ad66f36a377b
/usr/lib64/perl5/vendor_perl/B
/usr/lib64/perl5/vendor_perl/B/Clobbers.pm
/usr/lib64/perl5/vendor_perl/B/ConstOptree.pm
/usr/lib64/perl5/vendor_perl/B/PerlReq.pm
/usr/lib64/perl5/vendor_perl/B/Walker.pm
/usr/lib64/perl5/vendor_perl/PerlReq
/usr/lib64/perl5/vendor_perl/PerlReq/Utils.pm
/usr/lib64/perl5/vendor_perl/auto
/usr/lib64/perl5/vendor_perl/auto/B
/usr/lib64/perl5/vendor_perl/auto/B/ConstOptree
/usr/lib64/perl5/vendor_perl/auto/B/ConstOptree/ConstOptree.so
/usr/lib64/perl5/vendor_perl/fake.pm
/usr/share/doc/perl-rpm-build-perl
/usr/share/doc/perl-rpm-build-perl/Changes
/usr/share/doc/perl-rpm-build-perl/README
/usr/share/doc/perl-rpm-build-perl/README.ALT
/usr/share/doc/perl-rpm-build-perl/macros.env
/usr/share/doc/perl-rpm-build-perl/perl5-alt-rpm-macros
/usr/share/man/man3/B::Clobbers.3pm.gz
/usr/share/man/man3/B::ConstOptree.3pm.gz
/usr/share/man/man3/B::PerlReq.3pm.gz
/usr/share/man/man3/B::Walker.3pm.gz
/usr/share/man/man3/PerlReq::Utils.3pm.gz

References

Summary

In this tutorial we learn how to install perl-rpm-build-perl on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).