How to Install and Uninstall closure-compiler Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "closure-compiler" package

Please follow the instructions below to install closure-compiler on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install closure-compiler

2. Uninstall "closure-compiler" package

Please follow the step by step instructions below to uninstall closure-compiler on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the closure-compiler package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: closure-compiler
Priority: optional
Section: universe/java
Installed-Size: 69
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 20130227+dfsg1-8
Depends: libclosure-compiler-java (>= 20130227+dfsg1-8), default-jre-headless (>= 2:1.6~) | java6-runtime-headless, java-wrappers
Filename: pool/universe/c/closure-compiler/closure-compiler_20130227+dfsg1-8_all.deb
Size: 14856
MD5sum: 1af38fd694f33db96831d2274c4f265e
SHA1: 2a017d0e12d91185362ff8227c769d34e738fe96
SHA256: cf66445575cfc71aa50d848cc1b4616d04cac132eb6010c90d406b50cd4785bc
Description-en: 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: 17c9a89452a06536b402982e226ceb44
Homepage: https://developers.google.com/closure/compiler/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu