How to Install and Uninstall shrinksafe Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "shrinksafe" package

Please follow the step by step instructions below to install shrinksafe on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install shrinksafe

2. Uninstall "shrinksafe" package

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

$ sudo apt remove shrinksafe $ sudo apt autoclean && sudo apt autoremove

3. Information about the shrinksafe package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: shrinksafe
Priority: optional
Section: universe/java
Installed-Size: 110
Maintainer: Ubuntu Developers
Original-Maintainer: Jason Morawski
Architecture: all
Version: 1.7.2-1.1
Depends: default-jre | java5-runtime | java6-runtime | java7-runtime, jarwrapper (>= 0.5), librhino-java
Filename: pool/universe/s/shrinksafe/shrinksafe_1.7.2-1.1_all.deb
Size: 28600
MD5sum: 3851c870aba589895c1d42070db56e73
SHA1: d735bfe1dabb25bc0040eb165e2e18dd1fcb0d74
SHA256: 6966526d28aff2cfc913b533626fc1f395f60ad217c547402f31ded664bc8210
Description-en: JavaScript "compression" system
ShrinkSafe is a JavaScript "compression" system. It can typically reduce the
size of your scripts by a third or more, depending on your programming style.
.
Many other tools also shrink JavaScript files, but ShrinkSafe is different.
Instead of relying on brittle regular expressions, ShrinkSafe is based on
Rhino, a JavaScript interpreter. This allows ShrinkSafe to transform the source
of a file with much more confidence that the resulting script will function
identically to the file you uploaded.
.
Best of all, ShrinkSafe will never change a public variable or API. That means
that you can drop the compressed version of your JavaScript into your pages
without changing the code that uses it.
Description-md5: 7bd835d80f144075b7dc445cba665248
Homepage: http://shrinksafe.dojotoolkit.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu