How To Install perl-App-SVN-Bisect on Fedora 36

In this tutorial we learn how to install perl-App-SVN-Bisect in Fedora 36. perl-App-SVN-Bisect is Binary search through svn revisions

Introduction

In this tutorial we learn how to install perl-App-SVN-Bisect on Fedora 36.

What is perl-App-SVN-Bisect

This module implements the backend of the “svn-bisect” command line tool. See the POD documentation of that tool, for usage details.

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

Install perl-App-SVN-Bisect 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-App-SVN-Bisect using dnf by running the following command:

sudo dnf -y install perl-App-SVN-Bisect

Install perl-App-SVN-Bisect 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-App-SVN-Bisect using yum by running the following command:

sudo yum -y install perl-App-SVN-Bisect

How To Uninstall perl-App-SVN-Bisect on Fedora 36

To uninstall only the perl-App-SVN-Bisect package we can use the following command:

sudo dnf remove perl-App-SVN-Bisect

perl-App-SVN-Bisect Package Contents on Fedora 36

/usr/share/doc/perl-App-SVN-Bisect
/usr/share/doc/perl-App-SVN-Bisect/Changes
/usr/share/doc/perl-App-SVN-Bisect/LICENSE
/usr/share/doc/perl-App-SVN-Bisect/README
/usr/share/doc/perl-App-SVN-Bisect/TODO
/usr/share/man/man3/App::SVN::Bisect.3pm.gz
/usr/share/perl5/vendor_perl/App
/usr/share/perl5/vendor_perl/App/SVN
/usr/share/perl5/vendor_perl/App/SVN/Bisect.pm

References

Summary

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