How To Install perl-Git-Repository on Fedora 36
Introduction
In this tutorial we learn how to install perl-Git-Repository
on Fedora 36.
What is perl-Git-Repository
Git repositories. It’s a low-level interface that allows calling any Git command, whether porcelain or plumbing, including bidirectional commands such as git commit-tree.
We can use yum
or dnf
to install perl-Git-Repository
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Git-Repository.
Install perl-Git-Repository 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-Repository
using dnf
by running the following command:
sudo dnf -y install perl-Git-Repository
Install perl-Git-Repository 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-Repository
using yum
by running the following command:
sudo yum -y install perl-Git-Repository
How To Uninstall perl-Git-Repository on Fedora 36
To uninstall only the perl-Git-Repository
package we can use the following command:
sudo dnf remove perl-Git-Repository
perl-Git-Repository Package Contents on Fedora 36
/usr/share/doc/perl-Git-Repository
/usr/share/doc/perl-Git-Repository/Changes
/usr/share/doc/perl-Git-Repository/README
/usr/share/licenses/perl-Git-Repository
/usr/share/licenses/perl-Git-Repository/LICENSE
/usr/share/man/man3/Git::Repository.3pm.gz
/usr/share/man/man3/Git::Repository::Command.3pm.gz
/usr/share/man/man3/Git::Repository::Plugin.3pm.gz
/usr/share/man/man3/Git::Repository::Tutorial.3pm.gz
/usr/share/man/man3/Test::Git.3pm.gz
/usr/share/perl5/vendor_perl/Git
/usr/share/perl5/vendor_perl/Git/Repository
/usr/share/perl5/vendor_perl/Git/Repository.pm
/usr/share/perl5/vendor_perl/Git/Repository/Command.pm
/usr/share/perl5/vendor_perl/Git/Repository/Plugin.pm
/usr/share/perl5/vendor_perl/Git/Repository/Tutorial.pod
References
Summary
In this tutorial we learn how to install perl-Git-Repository
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).