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

Last updated: May 18,2024

1. Install "libjs-jquery-metadata" package

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

$ sudo apt update $ sudo apt install libjs-jquery-metadata

2. Uninstall "libjs-jquery-metadata" package

This tutorial shows how to uninstall libjs-jquery-metadata on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libjs-jquery-metadata $ sudo apt autoclean && sudo apt autoremove

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

Package: libjs-jquery-metadata
Priority: optional
Section: universe/web
Installed-Size: 23
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: jquery-goodies
Version: 10-2ubuntu2
Depends: libjs-jquery
Recommends: javascript-common
Filename: pool/universe/j/jquery-goodies/libjs-jquery-metadata_10-2ubuntu2_all.deb
Size: 6856
MD5sum: 2dca32036f8cbfdfb84fe62eb4675f4d
SHA1: 06d54538682cb120a43da20847a473bfaaaf862b
SHA256: 1393ffacdfcf44dff098e0c9c311aeef212aa5b9a1e8e65313542ed2f6cfca8d
Description-en: jQuery plugin for parsing metadata from elements
Sets the type of metadata to use. Metadata is encoded in JSON, and each
property in the JSON will become a property of the element itself.
.
There are three supported types of metadata storage:
.
attr: Inside an attribute. The name parameter indicates *which* attribute.
.
class: Inside the class attribute, wrapped in curly braces: { }
.
elem: Inside a child element (e.g. a script tag). The name parameter
indicates *which* element.
.
The metadata for an element is loaded the first time the element is accessed
via jQuery.
.
As a result, you can define the metadata type, use $(expr) to load the metadata
into the elements matched by expr, then redefine the metadata type and run
another $(expr) for other elements.
Description-md5: 82b6fad279b5aa5463b5e96d011768af
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu