How To Install perl-Git-Wrapper on Fedora 36
Introduction
In this tutorial we learn how to install perl-Git-Wrapper
on Fedora 36.
What is perl-Git-Wrapper
Git argument passing, instead of CLI-style –options as Git does.
We can use yum
or dnf
to install perl-Git-Wrapper
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Git-Wrapper.
Install perl-Git-Wrapper 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-Wrapper
using dnf
by running the following command:
sudo dnf -y install perl-Git-Wrapper
Install perl-Git-Wrapper 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-Wrapper
using yum
by running the following command:
sudo yum -y install perl-Git-Wrapper
How To Uninstall perl-Git-Wrapper on Fedora 36
To uninstall only the perl-Git-Wrapper
package we can use the following command:
sudo dnf remove perl-Git-Wrapper
perl-Git-Wrapper Package Contents on Fedora 36
/usr/share/doc/perl-Git-Wrapper
/usr/share/doc/perl-Git-Wrapper/Changes
/usr/share/doc/perl-Git-Wrapper/README.md
/usr/share/licenses/perl-Git-Wrapper
/usr/share/licenses/perl-Git-Wrapper/LICENSE
/usr/share/man/man3/Git::Wrapper.3pm.gz
/usr/share/man/man3/Git::Wrapper::Exception.3pm.gz
/usr/share/man/man3/Git::Wrapper::File::RawModification.3pm.gz
/usr/share/man/man3/Git::Wrapper::Log.3pm.gz
/usr/share/man/man3/Git::Wrapper::Status.3pm.gz
/usr/share/man/man3/Git::Wrapper::Statuses.3pm.gz
/usr/share/perl5/vendor_perl/Git
/usr/share/perl5/vendor_perl/Git/Wrapper
/usr/share/perl5/vendor_perl/Git/Wrapper.pm
/usr/share/perl5/vendor_perl/Git/Wrapper/Exception.pm
/usr/share/perl5/vendor_perl/Git/Wrapper/File
/usr/share/perl5/vendor_perl/Git/Wrapper/File/RawModification.pm
/usr/share/perl5/vendor_perl/Git/Wrapper/Log.pm
/usr/share/perl5/vendor_perl/Git/Wrapper/Status.pm
/usr/share/perl5/vendor_perl/Git/Wrapper/Statuses.pm
References
Summary
In this tutorial we learn how to install perl-Git-Wrapper
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).