How to Install and Uninstall node-decko Package on Kali Linux

Last updated: January 11,2025

1. Install "node-decko" package

This is a short guide on how to install node-decko on Kali Linux

$ sudo apt update $ sudo apt install node-decko

2. Uninstall "node-decko" package

This guide let you learn how to uninstall node-decko on Kali Linux:

$ sudo apt remove node-decko $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-decko package on Kali Linux

Package: node-decko
Source: decko
Version: 1.2.0-3
Installed-Size: 18
Maintainer: Daniel Baumann
Architecture: all
Size: 4176
SHA256: b27e69fb20d68d6db15a0016b206c91ac6e091e3ba7e4eef24d7016ac98afd16
SHA1: 45a814f18a6e071fe133bb1b3b90e1c3f7253ed9
MD5sum: 41936ee575a99292349f2775441d0c74
Description: useful Javascript decorators
Decorators help simplify code by replacing the noise of common patterns with
declarative annotations.
.
Decko establishes 3 standard decorators that are immediately recognizable, so
you can avoid creating decorators in your own codebase:
.
* @bind: make the value of this constant within a method
* @debounce: throttle calls to a method
* @memoize: cache return values based on arguments
Description-md5:
Homepage: https://github.com/developit/decko
Section: web
Priority: optional
Filename: pool/main/d/decko/node-decko_1.2.0-3_all.deb