How To Install assert_cli on Fedora 36

In this tutorial we learn how to install assert_cli in Fedora 36. assert_cli is Test CLI Applications

Introduction

In this tutorial we learn how to install assert_cli on Fedora 36.

What is assert_cli

Test CLI Applications.

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

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

sudo dnf -y install assert_cli

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

sudo yum -y install assert_cli

How To Uninstall assert_cli on Fedora 36

To uninstall only the assert_cli package we can use the following command:

sudo dnf remove assert_cli

assert_cli Package Contents on Fedora 36

/usr/bin/assert_fixture
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/8d3ccf6b53df3ce9da6026d32299695ace9b97
/usr/share/doc/assert_cli
/usr/share/doc/assert_cli/README.md
/usr/share/licenses/assert_cli
/usr/share/licenses/assert_cli/LICENSE-APACHE
/usr/share/licenses/assert_cli/LICENSE-MIT

References

Summary

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