How to Install and Uninstall yui-compressor Package on Kali Linux

Last updated: May 05,2024

1. Install "yui-compressor" package

Please follow the steps below to install yui-compressor on Kali Linux

$ sudo apt update $ sudo apt install yui-compressor

2. Uninstall "yui-compressor" package

This guide let you learn how to uninstall yui-compressor on Kali Linux:

$ sudo apt remove yui-compressor $ sudo apt autoclean && sudo apt autoremove

3. Information about the yui-compressor package on Kali Linux

Package: yui-compressor
Version: 2.4.8-3
Installed-Size: 640
Maintainer: Debian Java Maintainers
Architecture: all
Depends: default-jre-headless | java5-runtime-headless, java-wrappers, libjargs-java
Size: 604280
SHA256: 5518792c5bda76d77331efc03a3acdc24a7384ea65c17bd83ce47d73295e8d51
SHA1: f83fc0d10be8166e1a26331bcbc799812b6b5288
MD5sum: 29fbc213618e245d8e5e7903263ed3cf
Description: JavaScript/CSS minifier
The YUI Compressor is a JavaScript compressor which, in addition to removing
comments and white-spaces, obfuscates local variables using the smallest
possible variable name. This obfuscation is safe, even when using constructs
such as 'eval' or 'with' (although the compression is not optimal is those
cases) Compared to jsmin, the average savings is around 20%.
.
The YUI Compressor is also able to safely compress CSS files. The decision
on which compressor is being used is made on the file extension (js or css).
Description-md5:
Multi-Arch: foreign
Homepage: http://yuilibrary.com/projects/yuicompressor/
Tag: devel::lang:ecmascript, implemented-in::java, interface::commandline,
role::program, scope::utility, use::compressing
Section: java
Priority: optional
Filename: pool/main/y/yui-compressor/yui-compressor_2.4.8-3_all.deb