How to Install and Uninstall libjs-jquery-metadata Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

1. Install "libjs-jquery-metadata" package

Please follow the step by step instructions below to install libjs-jquery-metadata on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libjs-jquery-metadata" package

Please follow the instructions below to uninstall libjs-jquery-metadata on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libjs-jquery-metadata package on Ubuntu 21.04 (Hirsute Hippo)

Package: libjs-jquery-metadata
Architecture: all
Version: 12-3
Priority: optional
Section: universe/web
Source: jquery-goodies
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 23
Depends: libjs-jquery
Recommends: javascript-common
Filename: pool/universe/j/jquery-goodies/libjs-jquery-metadata_12-3_all.deb
Size: 7096
MD5sum: b721e81756fb4bd8b9e7b5840d9f95f5
SHA1: 1a2bac3f1b9d00055a182933411dd1193ae76dc7
SHA256: f36b2d73179218d4f6ab95167e3e6163c9f0fe4a127f78af6bf4bd03b6ca5c34
SHA512: 0e8b4f0d3d3b01e1b5742cf579b0acc816d8d04878a62473b41a10dd27ea3b0e07a9d99527bf1477e9367ab7a79c313f908d6d480c05e0ed4771aa30ab47d324
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
Task: ubuntustudio-audio