How to Install and Uninstall shrinksafe Package on Kali Linux

Last updated: September 19,2024

1. Install "shrinksafe" package

This tutorial shows how to install shrinksafe on Kali Linux

$ sudo apt update $ sudo apt install shrinksafe

2. Uninstall "shrinksafe" package

Please follow the guidelines below to uninstall shrinksafe on Kali Linux:

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

3. Information about the shrinksafe package on Kali Linux

Package: shrinksafe
Source: dojo
Version: 1.17.2+dfsg1-2.1
Installed-Size: 365
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: default-jre | java7-runtime | java8-runtime | java9-runtime | java10-runtime | java11-runtime, jarwrapper (>= 0.5), librhino-java (>= 1.7.14)
Size: 89424
SHA256: fad45a33e20bb70efde27e3039139a420b27cf27944102391bf4354ef7c1b054
SHA1: 9c22bef6e1b5a7ab364fe485c260bae20beb45a5
MD5sum: c6146eb9c656309c88a6797881d90723
Description: 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.
Description-md5:
Homepage: https://dojotoolkit.org
Tag: devel::lang:ecmascript, role::program
Section: devel
Priority: optional
Filename: pool/main/d/dojo/shrinksafe_1.17.2+dfsg1-2.1_all.deb