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

Last updated: July 02,2024

1. Install "libjs-requirejs-text" package

This guide covers the steps necessary to install libjs-requirejs-text on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjs-requirejs-text

2. Uninstall "libjs-requirejs-text" package

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

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

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

Package: libjs-requirejs-text
Priority: extra
Section: universe/web
Installed-Size: 34
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 2.0.12-1
Recommends: javascript-common
Filename: pool/universe/libj/libjs-requirejs-text/libjs-requirejs-text_2.0.12-1_all.deb
Size: 8894
MD5sum: abd41dce5801c5ed4c23503c632d89e8
SHA1: 5cf14dcf2b0aa6e5d24ced8203c9a305fbfded7f
SHA256: ece6fb00253f07bdf481b6a07bedc6c8c1dd912be405c4a31c24fc6baedf5a24
Description-en: loader plugin for loading text resources
It is nice to build HTML using regular HTML tags, instead of building up DOM
structures in script. However, there is no good way to embed HTML in a
JavaScript file. The best that can be done is using a string of HTML, but that
can be hard to manage, particularly for multi-line HTML.
.
The text.js AMD loader plugin can help with this issue. It will automatically
be loaded if the text! prefix is used for a dependency.
Description-md5: aee9d77884be5959187f3234507526c6
Homepage: https://github.com/requirejs/text
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu