How to Install and Uninstall libjs-requirejs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "libjs-requirejs" package

Here is a brief guide to show you how to install libjs-requirejs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjs-requirejs

2. Uninstall "libjs-requirejs" package

Learn how to uninstall libjs-requirejs on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjs-requirejs $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjs-requirejs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libjs-requirejs
Priority: extra
Section: universe/web
Installed-Size: 127
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Source: requirejs
Version: 2.1.22-1
Filename: pool/universe/r/requirejs/libjs-requirejs_2.1.22-1_all.deb
Size: 29458
MD5sum: 1930ab03b80d918a4ec6b00e2743f83f
SHA1: 16d2b869a7cd5abae1dc3efedbf5c002a6605fc6
SHA256: e3f50054b12392cb49fde5eb30d3fae607da1e334c380977dbabcf7df55b4c7e
Description-en: JavaScript file and module loader
RequireJS loads plain JavaScript files as well as more defined
modules. It is optimized for in-browser use, including in a Web
Worker, but it can be used in other JavaScript environments, like
Rhino and Node. It implements the Asynchronous Module API
.
RequireJS uses plain script tags to load modules/files, so it should
allow for easy debugging. It can be used simply to load existing
JavaScript files, so you can add it to your existing project without
having to re-write your JavaScript files.
.
RequireJS includes an optimization tool you can run as part of your
packaging steps for deploying your code. The optimization tool can
combine and minify your JavaScript files to allow for better
performance.
.
If the JavaScript file defines a JavaScript module via define(), then
there are other benefits RequireJS can offer: improvements over
traditional CommonJS modules and loading multiple versions of a
module in a page. RequireJS also has a plugin system that supports
features like i18n string bundles, and text file dependencies.
.
RequireJS does not have any dependencies on a JavaScript
framework. It is dual-licensed -- new BSD or MIT.
.
The standard require.js file is around 5.5KB when minified via
Closure Compiler and gzipped.
.
RequireJS works in IE 6+, Firefox 2+, Safari 3.2+, Chrome 3+, and
Opera 10+.
.
This package also provides a script r.js, that has two major functions:
* Run AMD-based projects in Node and Rhino.
* Includes the RequireJS Optimizer that combines scripts for optimal
browser delivery.
Description-md5: 85c4d72d0c28598392bc9e4d8ac13c89
Homepage: https://github.com/jrburke/r.js
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu