How to Install and Uninstall junit5 Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 14,2024

1. Install "junit5" package

This guide covers the steps necessary to install junit5 on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install junit5

2. Uninstall "junit5" package

In this section, we are going to explain the necessary steps to uninstall junit5 on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the junit5 package on Ubuntu 20.10 (Groovy Gorilla)

Package: junit5
Architecture: all
Version: 5.3.2-3
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-3_all.deb
Size: 706336
MD5sum: 8670d85d32bd68af0550ef2e8948a1aa
SHA1: 5839dfb962d7b1f49831874951a57b55c2d53ed2
SHA256: e0c2894d20a90b96150606f2608a94af8caba36c4149304fc38f11c436f2fc84
SHA512: 42f73047b1aa8eb33c6a6139d3bbe67de3f8170d310eee256d9ead044b073b49af1e968d26646405099e1d3ad4438ae8eabc25017aec7366229d82c8612301eb
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