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

Last updated: May 17,2024

1. Install "node-addressparser" package

Please follow the instructions below to install node-addressparser on Kali Linux

$ sudo apt update $ sudo apt install node-addressparser

2. Uninstall "node-addressparser" package

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

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

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

Package: node-addressparser
Version: 1.0.1+repack-4
Installed-Size: 24
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 6392
SHA256: 298a7c3c19fab9ba349e6bd2f94615b1127b8e814630603f66ba8d9318c3215d
SHA1: 3a21193de01a327042f4e60f56f45837fa5158c2
MD5sum: a2fe392ced004207c0bc41b958631f94
Description: Node.js library to parse e-mail addresses
Parse e-mail address fields.
Input can be a single address ("[email protected]"),
a formatted address ("Andris Reinman "),
a comma separated list of addresses
("[email protected], [email protected]"),
an address group ("disclosed-recipients:[email protected];")
or a mix of all the formats.
.
In addition to comma the semicolon is treated as the list delimiter as
well (except when used in the group syntax), so a value
"[email protected]; [email protected]" is identical to
"[email protected], [email protected]".
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/andris9/addressparser#readme
Section: javascript
Priority: optional
Filename: pool/main/n/node-addressparser/node-addressparser_1.0.1+repack-4_all.deb