How to Install and Uninstall junit5 Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 14,2024

1. Install "junit5" package

This guide covers the steps necessary to install junit5 on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install junit5

2. Uninstall "junit5" package

Please follow the guidelines below to uninstall junit5 on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the junit5 package on Ubuntu 21.04 (Hirsute Hippo)

Package: junit5
Architecture: all
Version: 5.3.2-4
Priority: optional
Section: universe/java
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1014
Depends: libapiguardian-java, libopentest4j-java, libunivocity-parsers-java
Filename: pool/universe/j/junit5/junit5_5.3.2-4_all.deb
Size: 706560
MD5sum: 299019e4cb1e4e1072eadceb3349a60e
SHA1: 9294abefe847eb63646a5765b644ac5577b33ff4
SHA256: bbfcb2dd550b967f6363b4fa345fa739936bdf3bf0407e7d0d2398086e13681a
SHA512: f7daf48a55e2cad367a7dfeda1c9dd8bed31c837eb567d4f024f16ee4e1ba6709f12b3aa2e407806f2655e0a2a90b3600a42e22bc220573cb3d7d0d9522e498f
Homepage: https://github.com/junit-team/junit5
Description-en: 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: 45f7c2c54ef3841de9893b09b0955e45