How To Install maven-surefire-provider-junit5 on Fedora 36

In this tutorial we learn how to install maven-surefire-provider-junit5 in Fedora 36. maven-surefire-provider-junit5 is JUnit 5 provider for Maven Surefire

Introduction

In this tutorial we learn how to install maven-surefire-provider-junit5 on Fedora 36.

What is maven-surefire-provider-junit5

JUnit 5 provider for Maven Surefire.

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

Install maven-surefire-provider-junit5 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 maven-surefire-provider-junit5 using dnf by running the following command:

sudo dnf -y install maven-surefire-provider-junit5

Install maven-surefire-provider-junit5 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 maven-surefire-provider-junit5 using yum by running the following command:

sudo yum -y install maven-surefire-provider-junit5

How To Uninstall maven-surefire-provider-junit5 on Fedora 36

To uninstall only the maven-surefire-provider-junit5 package we can use the following command:

sudo dnf remove maven-surefire-provider-junit5

maven-surefire-provider-junit5 Package Contents on Fedora 36

/usr/share/java/maven-surefire
/usr/share/java/maven-surefire/surefire-junit-platform.jar
/usr/share/maven-metadata/maven-surefire-junit5.xml
/usr/share/maven-poms/maven-surefire
/usr/share/maven-poms/maven-surefire/surefire-junit-platform.pom

References

Summary

In this tutorial we learn how to install maven-surefire-provider-junit5 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).