How to Install and Uninstall ecj Package on Kali Linux

Last updated: May 18,2024

1. Install "ecj" package

Please follow the guidance below to install ecj on Kali Linux

$ sudo apt update $ sudo apt install ecj

2. Uninstall "ecj" package

Learn how to uninstall ecj on Kali Linux:

$ sudo apt remove ecj $ sudo apt autoclean && sudo apt autoremove

3. Information about the ecj package on Kali Linux

Package: ecj
Source: eclipse-jdt-core (4.26-2)
Version: 3.32.0+eclipse4.26-2
Installed-Size: 42
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre-headless (>= 2:1.11) | java11-runtime-headless, libeclipse-jdt-core-java, java-wrappers
Suggests: ant
Size: 17216
SHA256: 59437124b11d453e1c44793a47776d6f5c8d3ecff8726e93b7aefcf39a40d5ad
SHA1: 5c667eb2494e343b97749dd06dc34dbfed495772
MD5sum: 4e8a7b5fbcb978faee2811cc8835b866
Description: Eclipse Compiler for Java (command line tool)
Eclipse JDT Core is the Java infrastructure of the Eclipse Java IDE.
It includes:
* An incremental Java compiler. Implemented as an Eclipse builder, it is based
on technology evolved from VisualAge for Java compiler. In particular, it
allows one to run and debug code which still contains unresolved errors.
* A Java Model that provides API for navigating the Java element tree.
The Java element tree defines a Java centric view of a project. It surfaces
elements like package fragments, compilation units, binary classes, types,
methods, fields.
* A Java Document Model providing API for manipulating a structured Java
source document.
* Code assist and code select support.
* An indexed based search infrastructure that is used for searching, code
assist, type hierarchy computation, and refactoring. The Java search engine
can accurately find precise matches either in sources or binaries.
* Evaluation support either in a scrapbook page or a debugger context.
* Source code formatter
.
This package contains the standalone ecj command line tool usable
as an alternative to javac.
Description-md5:
Homepage: https://www.eclipse.org/jdt/core/
Tag: devel::compiler, devel::lang:java, implemented-in::java, role::program,
suite::eclipse, works-with::software:source
Section: java
Priority: optional
Filename: pool/main/e/eclipse-jdt-core/ecj_3.32.0+eclipse4.26-2_all.deb