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

Last updated: May 03,2024

1. Install "node-accepts" package

Learn how to install node-accepts on Kali Linux

$ sudo apt update $ sudo apt install node-accepts

2. Uninstall "node-accepts" package

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

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

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

Package: node-accepts
Version: 1.3.8-2
Installed-Size: 24
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-mime-types, node-negotiator
Size: 8020
SHA256: cdca894f1422f0daf73a6693de731b51257e2de6dfc93652099c2bd269181fc4
SHA1: 953b1bfca9dc6656d0acef9b9e7de884cb17084a
MD5sum: 1796fbb3ec963129bdff84e7409422e1
Description: higher-level content negotiation for Node.js
Higher level content negotiation based on negotiator.
.
In addition to negotiator, it allows:
- Allows types as an array or arguments list, ie
`(['text/html', 'application/json'])`
as well as `('text/html', 'application/json')`.
- Allows type shorthands such as `json`.
- Returns `false` when no types match
- Treats non-existent headers as `*`
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jshttp/accepts
Section: javascript
Priority: optional
Filename: pool/main/n/node-accepts/node-accepts_1.3.8-2_all.deb