How To Install perl-SVN-Look on Fedora 36
Introduction
In this tutorial we learn how to install perl-SVN-Look
on Fedora 36.
What is perl-SVN-Look
The svnlook command is the workhorse of Subversion hook scripts, being used to gather all sorts of information about a repository, its revisions, and its transactions. This module provides a simple object oriented interface to a specific svnlook invocation, to make it easier to hook writers to get and use the information they need. Moreover, all the information gathered by calling the svnlook command is cached in the object, avoiding repetitious calls.
We can use yum
or dnf
to install perl-SVN-Look
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-SVN-Look.
Install perl-SVN-Look 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-SVN-Look
using dnf
by running the following command:
sudo dnf -y install perl-SVN-Look
Install perl-SVN-Look 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-SVN-Look
using yum
by running the following command:
sudo yum -y install perl-SVN-Look
How To Uninstall perl-SVN-Look on Fedora 36
To uninstall only the perl-SVN-Look
package we can use the following command:
sudo dnf remove perl-SVN-Look
perl-SVN-Look Package Contents on Fedora 36
/usr/share/doc/perl-SVN-Look
/usr/share/doc/perl-SVN-Look/Changes
/usr/share/doc/perl-SVN-Look/README
/usr/share/licenses/perl-SVN-Look
/usr/share/licenses/perl-SVN-Look/LICENSE
/usr/share/man/man3/SVN::Look.3pm.gz
/usr/share/perl5/vendor_perl/SVN
/usr/share/perl5/vendor_perl/SVN/Look.pm
References
Summary
In this tutorial we learn how to install perl-SVN-Look
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).