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

Last updated: May 20,2024

1. Install "node-yajsml" package

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

$ sudo apt update $ sudo apt install node-yajsml

2. Uninstall "node-yajsml" package

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

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

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

Package: node-yajsml
Priority: extra
Section: universe/web
Installed-Size: 114
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.1.5-2
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Suggests: libjs-jquery, libjs-underscore
Filename: pool/universe/n/node-yajsml/node-yajsml_1.1.5-2_all.deb
Size: 16212
MD5sum: 0b4fcc0f000d685ddee83225ceb4e5a1
SHA1: 8deecf2275f7055c77a5624ff4ac593da5264c29
SHA256: 983f9932b622fd76293bc4f9105d1fbc717843f886c273278e0c608233505762
Description-en: Yet another (Common)JS module loader
Yajsml is a server-side component that allows JavaScript code to be
distributed in a reliable and performant way. Its three features are:
.
- Proxy pass through for individual resource requests.
- Bulk responses for requests of closely associated resources
(e.g. dependencies) when a request specifies a JSONP-style callback.
- Canonical packaged resources where requests for disparate resources
may be fulfilled through a redirect to one canonical packaged resource
(which exploits warmed caches).
.
The tool’s interface is simple enough that there is no need for a prescribed
implementation on the client-side. That said, the require-kernel is a terse
implementation of a CommonJS module manager that can use all the features in
yajsml.
Description-md5: f4e86962feceffad3db6cccc9686e3ab
Homepage: https://github.com/cweider/yajsml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu