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

In this tutorial we learn how to install perl-rpm-build-perl-scripts in Fedora 36. perl-rpm-build-perl-scripts is Perl RPM prov/req scripts

Introduction

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

What is perl-rpm-build-perl-scripts

The provides/requires scripts packaged along with perl-rpm-build-perl.

We can use yum or dnf to install perl-rpm-build-perl-scripts 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-scripts.

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

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

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

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

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

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

sudo dnf remove perl-rpm-build-perl-scripts

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

/usr/bin/perl.clean
/usr/bin/perl.prov
/usr/bin/perl.prov.files
/usr/bin/perl.req
/usr/bin/perl.req.files
/usr/share/man/man1/perl.prov.1.gz
/usr/share/man/man1/perl.req.1.gz

References

Summary

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