How to Install and Uninstall node-keese Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "node-keese" package

This is a short guide on how to install node-keese on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-keese

2. Uninstall "node-keese" package

Learn how to uninstall node-keese on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the node-keese package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-keese
Priority: extra
Section: universe/web
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.0.4-1
Depends: nodejs
Filename: pool/universe/n/node-keese/node-keese_1.0.4-1_all.deb
Size: 8526
MD5sum: 59d8fc18168965c679b49a77a77740d1
SHA1: 5bdaccd27462c3cf0ce00fbaf8e46f597f291e21
SHA256: 12999fde321439dd260280323dc25cfd3860c26b3f4c2dcba2af917953e8da99
Description-en: arbitrary-precision floats encoded as strings - Node.js module
keese is a Node.js module that generates well-ordered values, appropriate for
use as sorting keys.
.
keese can always generate a bigger value, a smaller value, and a value
between two other values. This is trivial using numbers with x+1, x-1, and
(x+y)/2 respectively. However, numbers have limited precision in JavaScript,
so instead keese uses strings.
.
The string values are comparable with the builtin comparison operators (such
as <), and keese can always generate a new value that satisfies the
constraints (limited only by system resources).
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 399a4f26b3595e1995c83fcac2ecfce9
Homepage: https://github.com/thejoshwolfe/node-keese
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu