How to Install and Uninstall libjs-jquery-throttle-debounce Package on Kali Linux

Last updated: May 11,2024

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

This is a short guide on how to install libjs-jquery-throttle-debounce on Kali Linux

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

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

Please follow the guidelines below to uninstall libjs-jquery-throttle-debounce on Kali Linux:

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

3. Information about the libjs-jquery-throttle-debounce package on Kali Linux

Package: libjs-jquery-throttle-debounce
Source: jquery-throttle-debounce
Version: 1.1+dfsg.1-2
Installed-Size: 48
Maintainer: Ben Finney
Architecture: all
Recommends: javascript-common
Size: 12196
SHA256: 41a3f4d4cdf1f58cd21c8501b3c5393ea9094ae993b19e38279fb71cadd7ad6c
SHA1: fc57d866d71d5e0d276c8cf0b291bb1d92e65feb
MD5sum: 977e8b386a1382908972179698f7878b
Description: 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:
Homepage: http://benalman.com/projects/jquery-throttle-debounce-plugin/
Section: javascript
Priority: optional
Filename: pool/main/j/jquery-throttle-debounce/libjs-jquery-throttle-debounce_1.1+dfsg.1-2_all.deb