How to Install and Uninstall libfuture-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

1. Install "libfuture-perl" package

This guide covers the steps necessary to install libfuture-perl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libfuture-perl

2. Uninstall "libfuture-perl" package

This tutorial shows how to uninstall libfuture-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libfuture-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libfuture-perl
Architecture: all
Version: 0.45-1
Priority: optional
Section: 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/main/libf/libfuture-perl/libfuture-perl_0.45-1_all.deb
Size: 78500
MD5sum: 018da1842333d4656f6bae49239ef6de
SHA1: ffb86ce9ea3adc13fadd5d75b84e42fed898e56f
SHA256: 24e17aa2c0a09e3342da2c62a01ef3735d1914c3d07d3196921ed40be4bd97fd
SHA512: 83cddd7aaec8e342804d79335c107b50f4edd6a50180af80d28bd6b411022759fc44c3dcd66562573b29dde6979501a976bad1579344d391b42d475b6a444bdd
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
Task: ubuntu-mate-core, ubuntu-mate-desktop