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

Last updated: May 08,2024

1. Install "node-querystring" package

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

$ sudo apt update $ sudo apt install node-querystring

2. Uninstall "node-querystring" package

In this section, we are going to explain the necessary steps to uninstall node-querystring on Kali Linux:

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

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

Package: node-querystring
Version: 0.2.1-3
Installed-Size: 24
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: nodejs:any
Size: 5944
SHA256: 517ffd07d8f078ee652ce9a8866c904e39145edb4349566e49e5de550b83aff9
SHA1: bcad1efb16d0ff10c9caca3d4b8bc87eb91cba50
MD5sum: 87195a457a1dfbf213927686fa675bbd
Description: Node's querystring module for all engines
The querystring module provides utilities for parsing and formatting
URL query strings.
.
On the World Wide Web, a query string is the part of a uniform
resource locator (URL) containing data that does not fit conveniently
into a hierarchical path structure. The query string commonly includes
fields added to a base URL by a Web browser or other client
application, for example as part of an HTML form.
.
node-querystring allow one to encode, decode, parse and
stringify query string.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Gozala/querystring
Section: javascript
Priority: optional
Filename: pool/main/n/node-querystring/node-querystring_0.2.1-3_all.deb