How to Install and Uninstall node-wcwidth.js Package on Kali Linux

Last updated: November 06,2024

1. Install "node-wcwidth.js" package

This guide let you learn how to install node-wcwidth.js on Kali Linux

$ sudo apt update $ sudo apt install node-wcwidth.js

2. Uninstall "node-wcwidth.js" package

This is a short guide on how to uninstall node-wcwidth.js on Kali Linux:

$ sudo apt remove node-wcwidth.js $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-wcwidth.js package on Kali Linux

Package: node-wcwidth.js
Version: 1.0.2-2
Installed-Size: 21
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-defaults
Size: 7088
SHA256: b90b7944f97c6ccd848038aabf2cc9b8de0f5efab59b473f97f599d0c7b548b3
SHA1: 78f51230685a33c88a46e414a7b0ff18931a0117
MD5sum: e192e047275f47524990cc6c2aa43148
Description: wcwidth.js is a javascript porting of C's wcwidth()
wcwidth.js is a simple javascript porting of wcwidth()
implemented in C by Markus Kuhn.
.
wcwidth() and its string version, wcswidth() are defined by
IEEE Std 1002.1-2001, a.k.a. POSIX.1-2001, and return the
number of columns used to represent a wide character and
string on fixed-width output devices like terminals.
Markus's implementation assumes wide characters to be
encoded in ISO 10646, which is almost true for JavaScript;
almost because JavaScript uses UCS-2 and has problems
with surrogate pairs. wcwidth.js converts surrogate pairs
to Unicode code points to handle them correctly.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: http://code.woong.org/wcwidth.js
Section: javascript
Priority: optional
Filename: pool/main/n/node-wcwidth.js/node-wcwidth.js_1.0.2-2_all.deb