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

Last updated: May 17,2024

1. Install "node-winston" package

This tutorial shows how to install node-winston on Kali Linux

$ sudo apt update $ sudo apt install node-winston

2. Uninstall "node-winston" package

Please follow the step by step instructions below to uninstall node-winston on Kali Linux:

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

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

Package: node-winston
Version: 3.8.2-1
Installed-Size: 177
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-dabh-diagnostics, node-is-stream (>= 2.0.0), node-logform, node-neo-async, node-one-time, node-readable-stream (>= 3.4.0), node-stack-trace, node-std-mocks, node-triple-beam, node-winston-compat, node-winston-transport
Size: 55836
SHA256: 7041526c3e575765f8038fd7e278738c46ed6277cb02328ba8fd5c535b4da3c6
SHA1: bc3873951a6eb5aae7e77b4cb9460cd6c56522db
MD5sum: a58cbd16424eb639f7dfe89a9ef679e7
Description: Logger for just about everything (for Nodejs)
Winston is designed to be a simple and universal logging library with
support for multiple transports. A transport is essentially a storage
device for your logs. Each Winston logger can have multiple
transports configured at different levels. For example, one may want
error logs to be stored in a persistent remote location (like a
database), but all logs output to the console or a local file.
.
Winston aims to decouple parts of the logging process to make it more
flexible and extensible. Attention is given to supporting flexibility
in log formatting & levels, and ensuring those APIs decoupled from
the implementation of transport logging (i.e. how the logs are stored
or indexed) to the API that they exposed to the programmer.
Description-md5:
Homepage: https://github.com/winstonjs/winston#readme
Section: javascript
Priority: optional
Filename: pool/main/n/node-winston/node-winston_3.8.2-1_all.deb