How To Install subunit-perl on Fedora 36

In this tutorial we learn how to install subunit-perl in Fedora 36. subunit-perl is Perl bindings for subunit

Introduction

In this tutorial we learn how to install subunit-perl on Fedora 36.

What is subunit-perl

Subunit perl bindings. See the python-subunit package for test processing functionality.

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

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

sudo dnf -y install subunit-perl

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

sudo yum -y install subunit-perl

How To Uninstall subunit-perl on Fedora 36

To uninstall only the subunit-perl package we can use the following command:

sudo dnf remove subunit-perl

subunit-perl Package Contents on Fedora 36

/usr/bin/subunit-diff
/usr/share/licenses/subunit-perl
/usr/share/licenses/subunit-perl/Apache-2.0
/usr/share/licenses/subunit-perl/BSD
/usr/share/licenses/subunit-perl/COPYING
/usr/share/perl5/vendor_perl/Subunit
/usr/share/perl5/vendor_perl/Subunit.pm
/usr/share/perl5/vendor_perl/Subunit/Diff.pm

References

Summary

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