How To Install perl-Git-Version-Compare on Fedora 36

In this tutorial we learn how to install perl-Git-Version-Compare in Fedora 36. perl-Git-Version-Compare is Functions to compare Git versions

Introduction

In this tutorial we learn how to install perl-Git-Version-Compare on Fedora 36.

What is perl-Git-Version-Compare

Git with Git-related things (like versions) a little bit easier.

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

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

sudo dnf -y install perl-Git-Version-Compare

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

sudo yum -y install perl-Git-Version-Compare

How To Uninstall perl-Git-Version-Compare on Fedora 36

To uninstall only the perl-Git-Version-Compare package we can use the following command:

sudo dnf remove perl-Git-Version-Compare

perl-Git-Version-Compare Package Contents on Fedora 36

/usr/share/doc/perl-Git-Version-Compare
/usr/share/doc/perl-Git-Version-Compare/Changes
/usr/share/doc/perl-Git-Version-Compare/README
/usr/share/licenses/perl-Git-Version-Compare
/usr/share/licenses/perl-Git-Version-Compare/LICENSE
/usr/share/man/man3/Git::Version::Compare.3pm.gz
/usr/share/perl5/vendor_perl/Git
/usr/share/perl5/vendor_perl/Git/Version
/usr/share/perl5/vendor_perl/Git/Version/Compare.pm

References

Summary

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