How To Install subunit-filters on Fedora 36

In this tutorial we learn how to install subunit-filters in Fedora 36. subunit-filters is Command line filters for processing subunit streams

Introduction

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

What is subunit-filters

Command line filters for processing subunit streams.

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

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

sudo dnf -y install subunit-filters

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

sudo yum -y install subunit-filters

How To Uninstall subunit-filters on Fedora 36

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

sudo dnf remove subunit-filters

subunit-filters Package Contents on Fedora 36

/usr/bin/subunit-1to2
/usr/bin/subunit-2to1
/usr/bin/subunit-filter
/usr/bin/subunit-ls
/usr/bin/subunit-notify
/usr/bin/subunit-output
/usr/bin/subunit-stats
/usr/bin/subunit-tags
/usr/bin/subunit2csv
/usr/bin/subunit2disk
/usr/bin/subunit2gtk
/usr/bin/subunit2junitxml
/usr/bin/subunit2pyunit
/usr/bin/tap2subunit

References

Summary

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