How to Install and Uninstall libjs-jquery-throttle-debounce Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 11,2024

1. Install "libjs-jquery-throttle-debounce" package

Please follow the guidance below to install libjs-jquery-throttle-debounce on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libjs-jquery-throttle-debounce

2. Uninstall "libjs-jquery-throttle-debounce" package

This guide covers the steps necessary to uninstall libjs-jquery-throttle-debounce on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libjs-jquery-throttle-debounce $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjs-jquery-throttle-debounce package on Ubuntu 21.10 (Impish Indri)

Package: libjs-jquery-throttle-debounce
Architecture: all
Version: 1.1+dfsg.1-1.1
Priority: optional
Section: universe/web
Source: jquery-throttle-debounce
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Ben Finney
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 24
Recommends: javascript-common
Filename: pool/universe/j/jquery-throttle-debounce/libjs-jquery-throttle-debounce_1.1+dfsg.1-1.1_all.deb
Size: 6460
MD5sum: 8bd60316146a372a044a0763365fc22c
SHA1: 22063f46cd77bb1fcfed89d05bdec323739be11e
SHA256: 85dd697dbde471797d811b90521bb7cca5a820185b1cadf4e074c1c588119396
SHA512: 28713c252b706f1f5661db4399326af37ecde32e40bcf2282ed2cf42fa726ec41acf69bce8cce3fb619f6408f99328f0d3e957a5f3b876098ccee45041866155
Homepage: http://benalman.com/projects/jquery-throttle-debounce-plugin/
Description-en: library of rate-limit wrappers for functions
jQuery throttle / debounce allows you to rate-limit your functions in
multiple useful ways:
.
* Passing a ‘delay’ and ‘callback’ to ‘$.throttle’ returns a new
function that will execute no more than once every ‘delay’
milliseconds.
* Passing a ‘delay’ and ‘callback’ to ‘$.debounce’ returns a new
function that will execute only once, coalescing multiple
sequential calls into a single execution at either the very
beginning or end.
.
jQuery isn’t actually required for this library, because nothing
internal uses any jQuery methods or properties. jQuery is just used
as a namespace under which these methods can exist.
.
This package installs the runtime library.
Description-md5: 3e202b3f4792d6c133fa3eedb8c22eab
Task: ubuntustudio-audio