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

Last updated: May 19,2024

1. Install "node-almond" package

Please follow the guidance below to install node-almond on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-almond

2. Uninstall "node-almond" package

Here is a brief guide to show you how to uninstall node-almond on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-almond
Priority: extra
Section: universe/web
Installed-Size: 38
Maintainer: Ubuntu Developers
Original-Maintainer: Georges Khaznadar
Architecture: amd64
Source: almond
Version: 0.3.1+dfsg-1
Depends: nodejs, node-requirejs-text
Filename: pool/universe/a/almond/node-almond_0.3.1+dfsg-1_amd64.deb
Size: 12760
MD5sum: 0282771f7a91a234c8bc3a1ec91e15d0
SHA1: 42b3b380b49177cf4f3873b5017ddc7459265bb7
SHA256: 81135e7a02053b84238869e2a4190264141b8685d664ef398f5bd8ea647b2a6a
Description-en: minimal AMD API implementation for use in optimized browser builds
Some developers like to use the AMD API to code modular JavaScript,
but after doing an optimized build, they do not want to include a
full AMD loader like RequireJS, since they do not need all that
functionality.
.
In the context of Javascript modules, AMD refers to a format
specification which makes modules easier to use. See
http://requirejs.org/docs/whyamd.html#amd
.
Some use cases, like mobile, are very sensitive to file sizes.
.
By including almond in the built file, there is no need for
RequireJS. almond is around **1 kilobyte** when minified with
Closure Compiler and gzipped.
Description-md5: c7fe0588b845d1bd06f4209b2471ff48
Homepage: https://github.com/jrburke/almond/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu