How To Install subunit-cppunit on Fedora 36

In this tutorial we learn how to install subunit-cppunit in Fedora 36. subunit-cppunit is Subunit integration into cppunit

Introduction

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

What is subunit-cppunit

Subunit integration into cppunit.

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

Install subunit-cppunit on Fedora 36 Using dnf


title: “How To Install subunit-cppunit on Fedora 36” linkTitle: “subunit-cppunit” type: “docs” description: “In this tutorial we learn how to install subunit-cppunit in Fedora 36. subunit-cppunit is Subunit integration into cppunit” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/subunit-cppunit-featured.png

Introduction

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

What is subunit-cppunit

Subunit integration into cppunit.

Update yum database with dnf using the following command. We can use yum or dnf to install subunit-cppunit on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install subunit-cppunit.

## Install subunit-cppunit on Fedora 36 Using dnf
sudo dnf makecache --refresh

Update yum database with dnf using the following command.

sudo dnf makecache --refresh
After updating yum database, We can install `subunit-cppunit` using `dnf` by running the following command:
sudo dnf -y install subunit-cppunit

Install subunit-cppunit on Fedora 36 Using yum

After updating yum database, We can install subunit-cppunit using dnf by running the following command: Update yum database with yum using the following command.

```bash
sudo dnf -y install subunit-cppunit
sudo yum makecache --refresh


## Install subunit-cppunit on Fedora 36 Using yum

After updating yum database, We can install `subunit-cppunit` using `yum` by running the following command:
Update yum database with `yum` using the following command.


```bash
```bash
sudo yum makecache --refresh
sudo yum -y install subunit-cppunit

## How To Uninstall subunit-cppunit on Fedora 36
After updating yum database, We can install `subunit-cppunit` using `yum` by running the following command:


```bash
To uninstall only the `subunit-cppunit` package we can use the following command:
sudo yum -y install subunit-cppunit
## How To Uninstall subunit-cppunit on Fedora 36
sudo dnf remove subunit-cppunit

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

## subunit-cppunit Package Contents on Fedora 36
sudo dnf remove subunit-cppunit

## subunit-cppunit Package Contents on Fedora 36

```bash
/usr/lib/.build-id
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/1fbcb16a55625b93792cc267f72f19cbfa7801
/usr/lib/libcppunit_subunit.so.0
/usr/lib/libcppunit_subunit.so.0.0.0

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/06 /usr/lib/.build-id/06/cbdacbabdb0ce8b48a7e4fd2154dca5d070898 /usr/lib64/libcppunit_subunit.so.0 /usr/lib64/libcppunit_subunit.so.0.0.0


## References

* [subunit-cppunit website](https://launchpad.net/subunit)

## Summary

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