How to Install and Uninstall closure-compiler Package on Kali Linux

Last updated: May 17,2024

1. Install "closure-compiler" package

Please follow the guidance below to install closure-compiler on Kali Linux

$ sudo apt update $ sudo apt install closure-compiler

2. Uninstall "closure-compiler" package

Please follow the instructions below to uninstall closure-compiler on Kali Linux:

$ sudo apt remove closure-compiler $ sudo apt autoclean && sudo apt autoremove

3. Information about the closure-compiler package on Kali Linux

Package: closure-compiler
Version: 20130227+rhino-2
Installed-Size: 64
Maintainer: Debian QA Group
Architecture: all
Depends: libclosure-compiler-java (>= 20130227+rhino-2), default-jre-headless (>= 2:1.6~) | java6-runtime-headless, java-wrappers
Size: 19400
SHA256: 43f876b6e6c0d4346454f7b1ba0ea6494015675c5c94b4bec4b0a2352d5da096
SHA1: a0a644b8d19dc14000f028c25f6edd53b010ce9a
MD5sum: 6c269988aeb4638fd2d8c6706ff5ca39
Description: JavaScript optimizing compiler
Closure Compiler is a JavaScript optimizing compiler. It parses your
JavaScript, analyzes it, removes dead code and rewrites and minimizes
what's left. It also checks syntax, variable references, and types, and
warns about common JavaScript pitfalls. It is used in many of Google's
JavaScript apps, including Gmail, Google Web Search, Google Maps, and
Google Docs.
.
This package contains the /usr/bin wrapper script and manpage.
Description-md5:
Homepage: https://developers.google.com/closure/compiler/
Section: java
Priority: optional
Filename: pool/main/c/closure-compiler/closure-compiler_20130227+rhino-2_all.deb