How to Install and Uninstall perl-rpm-build-perl.x86_64 Package on Fedora 36

Last updated: October 10,2024

1. Install "perl-rpm-build-perl.x86_64" package

This tutorial shows how to install perl-rpm-build-perl.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install perl-rpm-build-perl.x86_64

2. Uninstall "perl-rpm-build-perl.x86_64" package

This is a short guide on how to uninstall perl-rpm-build-perl.x86_64 on Fedora 36:

$ sudo dnf remove perl-rpm-build-perl.x86_64 $ sudo dnf autoremove

3. Information about the perl-rpm-build-perl.x86_64 package on Fedora 36

Last metadata expiration check: 4:20:41 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-rpm-build-perl
Version : 0.82
Release : 36.fc36
Architecture : x86_64
Size : 39 k
Source : perl-rpm-build-perl-0.82-36.fc36.src.rpm
Repository : fedora
Summary : Perl compiler back-end to extract Perl dependencies
URL : https://metacpan.org/release/rpm-build-perl
License : GPLv2+ and (GPL+ or Artistic)
Description : B::PerlReq is a back-end module for the Perl compiler that extracts
: dependencies from Perl source code, based on the internal compiled
: structure that Perl itself creates after parsing a program. The output of
: B::PerlReq is suitable for automatic dependency tracking (e.g. for RPM
: packaging).