How to Install and Uninstall junit5 Package on Kali Linux

Last updated: May 11,2024

1. Install "junit5" package

Please follow the steps below to install junit5 on Kali Linux

$ sudo apt update $ sudo apt install junit5

2. Uninstall "junit5" package

This tutorial shows how to uninstall junit5 on Kali Linux:

$ sudo apt remove junit5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the junit5 package on Kali Linux

Package: junit5
Version: 5.10.1-1
Installed-Size: 5196
Maintainer: Debian Java Maintainers
Architecture: all
Depends: junit4 (>= 4.13.2), libapiguardian-java, libopentest4j-java, libopentest4j-reporting-java (>= 0.1.0-M1), libpicocli-java, libunivocity-parsers-java (>= 2.9.1)
Size: 2458224
SHA256: 5642bb34962a8d699a94ce81fd29b5795386d8d601bbb9fc3063be3c5f060e3f
SHA1: 0b72ef5d3a64784bad5e071bc348921c2cae13d3
MD5sum: db26d1e6d54d380293b42e8183b25055
Description: JUnit regression test framework for Java
JUnit is a framework to write repeatable tests.
.
Unlike previous versions of JUnit, JUnit 5 is composed of several different
modules from three sub-projects: JUnit Platform, JUnit Jupiter and
JUnit Vintage.
.
The JUnit Platform serves as a foundation for launching testing frameworks
on the JVM. It also defines the TestEngine API for developing a testing
framework that runs on the platform. Furthermore, the platform provides
a Console Launcher to launch the platform from the command line and a JUnit 4
based Runner for running any TestEngine on the platform in a JUnit 4 based
environment. First-class support for the JUnit Platform also exists in popular
IDEs and build tools.
.
JUnit Jupiter is the combination of the new programming model and extension
model for writing tests and extensions in JUnit 5. The Jupiter sub-project
provides a TestEngine for running Jupiter based tests on the platform.
.
JUnit Vintage provides a TestEngine for running JUnit 3 and JUnit 4 based
tests on the platform.
Description-md5:
Homepage: https://github.com/junit-team/junit5
Section: java
Priority: optional
Filename: pool/main/j/junit5/junit5_5.10.1-1_all.deb