How to Install and Uninstall node-puka Package on Ubuntu 21.10 (Impish Indri)

Last updated: November 26,2024

1. Install "node-puka" package

Please follow the step by step instructions below to install node-puka on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-puka

2. Uninstall "node-puka" package

Learn how to uninstall node-puka on Ubuntu 21.10 (Impish Indri):

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

3. Information about the node-puka package on Ubuntu 21.10 (Impish Indri)

Package: node-puka
Architecture: all
Version: 1.0.1+dfsg-2
Priority: optional
Section: universe/javascript
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 135
Depends: nodejs
Filename: pool/universe/n/node-puka/node-puka_1.0.1+dfsg-2_all.deb
Size: 29136
MD5sum: e1e81180ce05d281ac6af7f60f07ffa9
SHA1: 48d3d2615c7ae96271923524a0bc3bbd5732b81f
SHA256: 7f8dd15820e194620aaaaafbaae8d26f6afaa7d0a819c5d56e58dee5e83c3f84
SHA512: c30a64d333e5a04235fcc7af940f7bcc950310b7efd178bbd88454a2b904674a657b453a23ad4486dbf4beee7233ee5627333b31fef45199f282509da4171090
Homepage: https://gitlab.com/rhendric/puka
Description-en: 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: 2159b2d4b27513df6f98e84ccf85afb0