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

Last updated: May 16,2024

1. Install "libjs-jquery-lazyload" package

Please follow the instructions below to install libjs-jquery-lazyload on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libjs-jquery-lazyload" package

Please follow the guidelines below to uninstall libjs-jquery-lazyload on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjs-jquery-lazyload
Priority: optional
Section: universe/web
Installed-Size: 49
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: jquery-lazyload
Version: 1.7.2-1
Depends: libjs-jquery
Suggests: javascript-common
Filename: pool/universe/j/jquery-lazyload/libjs-jquery-lazyload_1.7.2-1_all.deb
Size: 6288
MD5sum: d108076b0068fad804536294dc1aa61a
SHA1: 3a5ce2e29e3597bd61461a420eae8a71401c29a7
SHA256: f9c6692b845dd9e21637d3947d673bd12ba15702011d66834fef32c3f8b92eb3
Description-en: Lazy Load Plugin for jQuery
Lazy Load is a jQuery plugin written in JavaScript. It delays loading of
images in long web pages. Images outside of viewport (visible part of web
page) wont be loaded before user scrolls to them. This is opposite of image
preloading.
.
Using Lazy Load on long web pages containing many large images makes the page
load faster. Browser will be in ready state after loading visible images.
In some cases it can also help to reduce server load.
.
Lazy Load is inspired by YUI ImageLoader Utility by Matt Mlinac.
Description-md5: 204047892ddcd59ac3d22f84af570d53
Homepage: http://www.appelsiini.net/projects/lazyload
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu