How to Install and Uninstall junit4 Package on Kali Linux

Last updated: September 20,2024

1. Install "junit4" package

Please follow the steps below to install junit4 on Kali Linux

$ sudo apt update $ sudo apt install junit4

2. Uninstall "junit4" package

This is a short guide on how to uninstall junit4 on Kali Linux:

$ sudo apt remove junit4 $ sudo apt autoclean && sudo apt autoremove

3. Information about the junit4 package on Kali Linux

Package: junit4
Version: 4.13.2-4
Installed-Size: 421
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre-headless | java5-runtime-headless, libhamcrest-java (>= 2.2)
Size: 349000
SHA256: 533900b87827a2f2b650b8ed099b49f2104084b2d141d3744c355805a1f2b651
SHA1: c1fa11882b38e0f0930193dd5c0be84438365d88
MD5sum: c04e6f91c472f0d479759905b567f214
Description: JUnit regression test framework for Java
JUnit is a simple framework to write repeatable tests. It is an
instance of the xUnit architecture for unit testing frameworks.
.
JUnit 4 uses Java 5 features such as generics and annotations. If
you need compatibility with previous Java versions, you should use
the junit package (version 3) instead.
Description-md5:
Homepage: http://www.junit.org
Tag: devel::lang:java, devel::library, devel::testing-qa,
implemented-in::java, interface::commandline, role::devel-lib,
role::program, role::shared-lib, scope::utility
Section: java
Priority: optional
Filename: pool/main/j/junit4/junit4_4.13.2-4_all.deb