How To Install perl-Git-CPAN-Patch on Fedora 36

In this tutorial we learn how to install perl-Git-CPAN-Patch in Fedora 36. perl-Git-CPAN-Patch is Patch CPAN modules using Git

Introduction

In this tutorial we learn how to install perl-Git-CPAN-Patch on Fedora 36.

What is perl-Git-CPAN-Patch

Git easy the process of grabbing any distribution off CPAN, stuffing it in a local git repository and, once gleeful hacking has been perpetrated, sending back patches to its maintainer. This package provides the backend Perl modules required. For the git commands, etc, please install the git-cpan-patch package.

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

Install perl-Git-CPAN-Patch 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-Git-CPAN-Patch using dnf by running the following command:

sudo dnf -y install perl-Git-CPAN-Patch

Install perl-Git-CPAN-Patch 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-Git-CPAN-Patch using yum by running the following command:

sudo yum -y install perl-Git-CPAN-Patch

How To Uninstall perl-Git-CPAN-Patch on Fedora 36

To uninstall only the perl-Git-CPAN-Patch package we can use the following command:

sudo dnf remove perl-Git-CPAN-Patch

perl-Git-CPAN-Patch Package Contents on Fedora 36

/usr/share/doc/perl-Git-CPAN-Patch
/usr/share/doc/perl-Git-CPAN-Patch/AUTHOR_PLEDGE
/usr/share/doc/perl-Git-CPAN-Patch/Changes
/usr/share/doc/perl-Git-CPAN-Patch/README.mkdn
/usr/share/licenses/perl-Git-CPAN-Patch
/usr/share/licenses/perl-Git-CPAN-Patch/LICENSE
/usr/share/man/man3/Git::CPAN::Patch.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Command::Clone.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Command::FormatPatch.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Command::Import.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Command::SendEmail.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Command::SendPatch.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Command::Sources.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Command::Squash.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Command::Update.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Command::Which.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Import.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Release.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Role::Git.3pm.gz
/usr/share/man/man3/Git::CPAN::Patch::Role::Patch.3pm.gz
/usr/share/perl5/vendor_perl/Git
/usr/share/perl5/vendor_perl/Git/CPAN
/usr/share/perl5/vendor_perl/Git/CPAN/Patch
/usr/share/perl5/vendor_perl/Git/CPAN/Patch.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Command
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Command/Clone.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Command/FormatPatch.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Command/Import.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Command/SendEmail.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Command/SendPatch.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Command/Sources.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Command/Squash.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Command/Update.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Command/Which.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Import.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Release.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Role
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Role/Git.pm
/usr/share/perl5/vendor_perl/Git/CPAN/Patch/Role/Patch.pm

References

Summary

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