How to Install and Uninstall libschedule-ratelimiter-perl Package on Kali Linux
Last updated: November 22,2024
1. Install "libschedule-ratelimiter-perl" package
Please follow the steps below to install libschedule-ratelimiter-perl on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
libschedule-ratelimiter-perl
Copied
2. Uninstall "libschedule-ratelimiter-perl" package
In this section, we are going to explain the necessary steps to uninstall libschedule-ratelimiter-perl on Kali Linux:
$
sudo apt remove
libschedule-ratelimiter-perl
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libschedule-ratelimiter-perl package on Kali Linux
Package: libschedule-ratelimiter-perl
Version: 0.01-5
Installed-Size: 27
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 9420
SHA256: 2faac3fc61abe3d7b48f5b38673eebfc6b7e1ebe7e5353afef8e5940779cd4c9
SHA1: 93c849260c212284cb48984c00bb3eee2e831bd2
MD5sum: 508ff6282eea49dd58be16162df5c253
Description: Perl library to prevent events from happening too quickly
Schedule::RateLimiter provides a way to voluntarily restrict how many times a
given action may take place within a specified time frame. Such a tool may be
useful if you have written something which periodically polls some public
resource and want to ensure that you do not overburden that resource with too
many requests.
.
Initially, one might think that solving this problem would be as simple as
sleeping for the number of seconds divided by the number of iterations in
between each event. However, that would only be correct if the event took no
time at all.
.
If you know exactly how much time each event is going to take then you could
build an even more complicated one-liner such as this:
.
sleep( (seconds / iterations) - single_event_time )
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Schedule-RateLimiter
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libs/libschedule-ratelimiter-perl/libschedule-ratelimiter-perl_0.01-5_all.deb
Version: 0.01-5
Installed-Size: 27
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 9420
SHA256: 2faac3fc61abe3d7b48f5b38673eebfc6b7e1ebe7e5353afef8e5940779cd4c9
SHA1: 93c849260c212284cb48984c00bb3eee2e831bd2
MD5sum: 508ff6282eea49dd58be16162df5c253
Description: Perl library to prevent events from happening too quickly
Schedule::RateLimiter provides a way to voluntarily restrict how many times a
given action may take place within a specified time frame. Such a tool may be
useful if you have written something which periodically polls some public
resource and want to ensure that you do not overburden that resource with too
many requests.
.
Initially, one might think that solving this problem would be as simple as
sleeping for the number of seconds divided by the number of iterations in
between each event. However, that would only be correct if the event took no
time at all.
.
If you know exactly how much time each event is going to take then you could
build an even more complicated one-liner such as this:
.
sleep( (seconds / iterations) - single_event_time )
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Schedule-RateLimiter
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libs/libschedule-ratelimiter-perl/libschedule-ratelimiter-perl_0.01-5_all.deb