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

Last updated: May 17,2024

1. Install "node-puka" package

Please follow the steps below to install node-puka on Kali Linux

$ sudo apt update $ sudo apt install node-puka

2. Uninstall "node-puka" package

Please follow the guidelines below to uninstall node-puka on Kali Linux:

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

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

Package: node-puka
Version: 1.0.1+dfsg-3
Installed-Size: 135
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: nodejs:any
Size: 28952
SHA256: 2ebede42ead75642ddefffdf8f5e7065d72be7461d12320d3e2539a471131f3b
SHA1: 27088653c80a815528868be86aa9c0404897518f
MD5sum: 1028b44b9e22db2a1c0e728ce403b293
Description: Safely pass strings through shells - Node.js module
A Node.js module that provides a simple and platform-agnostic way
to build shell commands with arguments that pass through your shell
unaltered and with no unsafe side effects, whether you are running
on Windows or a Unix-based OS.
.
It is useful when launching a child process from Node.js using a shell
(as with child_process.exec); in that case you have to construct your
command as a single string instead of using an array of arguments.
And doing that can be buggy (if not dangerous) if you don't take care
to quote any arguments correctly for the shell you're targeting, and
the quoting has to be done differently on Windows and non-Windows shells.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://gitlab.com/rhendric/puka
Section: javascript
Priority: optional
Filename: pool/main/n/node-puka/node-puka_1.0.1+dfsg-3_all.deb