How to Install and Uninstall yui-compressor Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "yui-compressor" package

Please follow the steps below to install yui-compressor on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install yui-compressor

2. Uninstall "yui-compressor" package

Please follow the instructions below to uninstall yui-compressor on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the yui-compressor package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: yui-compressor
Priority: optional
Section: universe/java
Installed-Size: 619
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Version: 2.4.7-2
Depends: default-jre-headless | java5-runtime-headless, java-wrappers, libjargs-java
Filename: pool/universe/y/yui-compressor/yui-compressor_2.4.7-2_all.deb
Size: 563074
MD5sum: d69f7260bd1b181b1930def7ffb384b5
SHA1: 27de19c856cfc8255e1c559000d684c7a91ac022
SHA256: 64a670739aed00128e3fb44410e9b22b10d7f5de01d5fe05a9aa002a68093109
Description-en: 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: bd069b00e0a22b6335e050845844bcb7
Multi-Arch: foreign
Homepage: http://yuilibrary.com/projects/yuicompressor/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu