How to Install and Uninstall libfuture-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 17,2024

1. Install "libfuture-perl" package

Please follow the step by step instructions below to install libfuture-perl on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libfuture-perl

2. Uninstall "libfuture-perl" package

Please follow the steps below to uninstall libfuture-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libfuture-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libfuture-perl
Architecture: all
Version: 0.47-1
Multi-Arch: foreign
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 192
Depends: perl:any
Filename: pool/universe/libf/libfuture-perl/libfuture-perl_0.47-1_all.deb
Size: 78516
MD5sum: 6457a62755a927d4476dbaaa073385b2
SHA1: 78cdbe726d75925d811699910c6f39699d806565
SHA256: ed17c482de6c45237d5d88ed91815d9ebf0331f1266cf778f350ab1db5f4403b
SHA512: f52687ae2a1fcaec8f6bc3bb57b62bf7b13cb0217c8f7060b996aa84665e25d7db33c71bad8cea9f54c7bd39ab55a047d59beb19e62ed4c97f850893f94bf994
Homepage: https://metacpan.org/release/Future
Description-en: 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: eeaa7c39ed67e75aa96fef3d04400bf7