How to Install and Uninstall node-natural-sort Package on Kali Linux

Last updated: May 18,2024

1. Install "node-natural-sort" package

This is a short guide on how to install node-natural-sort on Kali Linux

$ sudo apt update $ sudo apt install node-natural-sort

2. Uninstall "node-natural-sort" package

This tutorial shows how to uninstall node-natural-sort on Kali Linux:

$ sudo apt remove node-natural-sort $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-natural-sort package on Kali Linux

Package: node-natural-sort
Version: 1.0.0-5
Installed-Size: 16
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 4296
SHA256: c2797cf986f72908255eb1e466df699f2c57006579c493ae7a5c4125844ec6dd
SHA1: b7d3b251612e325281c799670df757fa10e6b6d7
MD5sum: ecf1ab6bcc74fd2b542d7b9fcea6db82
Description: Sorting with support for numbers, dates, unicode and more
The package provides support for sorting
dates, numbers, unicode, et. al.
.
This has the following features:
* Numbers are handled properly – “2” is before “10”
* Strings are after numbers
* Empty strings are after “z”
* “a” is before “B” (opt out via caseSensitive: true)
* Semver-compatible sorting of version numbers
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/studio-b12/natural-sort#readme
Section: javascript
Priority: optional
Filename: pool/main/n/node-natural-sort/node-natural-sort_1.0.0-5_all.deb