How To Install test-interface on Fedora 36

In this tutorial we learn how to install test-interface in Fedora 36. test-interface is Uniform interface to Scala and Java test frameworks

Introduction

In this tutorial we learn how to install test-interface on Fedora 36.

What is test-interface

Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck, ScalaTest, JUnit and other)

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

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

sudo dnf -y install test-interface

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

sudo yum -y install test-interface

How To Uninstall test-interface on Fedora 36

To uninstall only the test-interface package we can use the following command:

sudo dnf remove test-interface

test-interface Package Contents on Fedora 36

/usr/share/doc/test-interface
/usr/share/doc/test-interface/LICENSE
/usr/share/doc/test-interface/README
/usr/share/java/test-interface.jar
/usr/share/maven-metadata/test-interface.xml
/usr/share/maven-poms/test-interface.pom

References

Summary

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