How To Install subunit-shell on Fedora 36
Introduction
In this tutorial we learn how to install subunit-shell
on Fedora 36.
What is subunit-shell
Subunit shell bindings. See the python-subunit package for test processing functionality.
We can use yum
or dnf
to install subunit-shell
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install subunit-shell.
Install subunit-shell 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-shell
using dnf
by running the following command:
sudo dnf -y install subunit-shell
Install subunit-shell 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-shell
using yum
by running the following command:
sudo yum -y install subunit-shell
How To Uninstall subunit-shell on Fedora 36
To uninstall only the subunit-shell
package we can use the following command:
sudo dnf remove subunit-shell
subunit-shell Package Contents on Fedora 36
/etc/profile.d/subunit.sh
/usr/share/doc/subunit-shell
/usr/share/doc/subunit-shell/README
/usr/share/licenses/subunit-shell
/usr/share/licenses/subunit-shell/Apache-2.0
/usr/share/licenses/subunit-shell/BSD
/usr/share/licenses/subunit-shell/COPYING
References
Summary
In this tutorial we learn how to install subunit-shell
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).