How to Install and Uninstall libfuture-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libfuture-perl" package

In this section, we are going to explain the necessary steps to install libfuture-perl on Kali Linux

$ sudo apt update $ sudo apt install libfuture-perl

2. Uninstall "libfuture-perl" package

Please follow the step by step instructions below to uninstall libfuture-perl on Kali Linux:

$ sudo apt remove libfuture-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfuture-perl package on Kali Linux

Package: libfuture-perl
Version: 0.50-1
Installed-Size: 195
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Recommends: libfuture-xs-perl
Size: 81828
SHA256: 019d8386e284e37f68b28929959ffd789148c66c05806c61b7566ff29cd2b87e
SHA1: f2587265ef9f74172a12a59ec85901bb53c29059
MD5sum: 83e56218b4c48cea2f2b017e42373ff1
Description: module for operations awaiting completion
A Future object represents an operation that is currently in progress, or
has recently completed. It can be used in a variety of ways to manage the
flow of control, and data, through an asynchronous program.
.
Some futures represent a single operation and are explicitly marked as ready
by calling the done or fail methods. These are called "leaf" futures here,
and are returned by the new constructor.
.
Other futures represent a collection sub-tasks, and are implicitly marked as
ready depending on the readiness of their component futures as required.
These are called "dependent" futures here, and are returned by the various
wait_* and need_* constructors.
.
It is intended that library functions that perform asynchronous operations
would use Future objects to represent outstanding operations, and allow their
calling programs to control or wait for these operations to complete. The
implementation and the user of such an interface would typically make use of
different methods on the class. The methods below are documented in two
sections; those of interest to each side of the interface.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/Future
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libf/libfuture-perl/libfuture-perl_0.50-1_all.deb