How To Install assertj-core on Fedora 36

In this tutorial we learn how to install assertj-core in Fedora 36. assertj-core is Library of assertions similar to fest-assert

Introduction

In this tutorial we learn how to install assertj-core on Fedora 36.

What is assertj-core

A rich and intuitive set of strongly-typed assertions to use for unit testing (either with JUnit or TestNG).

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

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

sudo dnf -y install assertj-core

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

sudo yum -y install assertj-core

How To Uninstall assertj-core on Fedora 36

To uninstall only the assertj-core package we can use the following command:

sudo dnf remove assertj-core

assertj-core Package Contents on Fedora 36

/usr/share/doc/assertj-core
/usr/share/doc/assertj-core/CONTRIBUTING.md
/usr/share/doc/assertj-core/README.md
/usr/share/java/assertj-core
/usr/share/java/assertj-core/assertj-core.jar
/usr/share/licenses/assertj-core
/usr/share/licenses/assertj-core/LICENSE.txt
/usr/share/maven-metadata/assertj-core.xml
/usr/share/maven-poms/assertj-core
/usr/share/maven-poms/assertj-core/assertj-core.pom

References

Summary

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