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

Last updated: September 19,2024

1. Install "node-unorm" package

This guide covers the steps necessary to install node-unorm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-unorm

2. Uninstall "node-unorm" package

Please follow the steps below to uninstall node-unorm on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-unorm
Priority: extra
Section: universe/web
Installed-Size: 180
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: unorm.js
Version: 1.0.5-1
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Filename: pool/universe/u/unorm.js/node-unorm_1.0.5-1_all.deb
Size: 41826
MD5sum: 08a0ae6c1dec14079654f3449675666c
SHA1: d0ea6fe040a71ba89cbbdec9cb5857764018ad69
SHA256: b57657cee7134036781eef901527f29a5d8c4d5964e6899aea9e9ffb4449a98b
Description-en: Common JS Unicode Normalizer (Node.js)
Normalization is a process that involves transforming characters and sequences
of characters into a formally-defined underlying representation. This process
is most important when text needs to be compared for sorting and searching,
but it is also used when storing text to ensure that the text is stored in a
consistent representation.
.
This package provides a Common JS Unicode Normalizer (Node.js).
Description-md5: 4ae4e8fe6a625b5e89bda849c8077aeb
Homepage: https://github.com/walling/unorm
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu