How to Install and Uninstall perl-Future.noarch Package on Oracle Linux 8

Last updated: June 18,2024

1. Install "perl-Future.noarch" package

In this section, we are going to explain the necessary steps to install perl-Future.noarch on Oracle Linux 8

$ sudo dnf update $ sudo dnf install perl-Future.noarch

2. Uninstall "perl-Future.noarch" package

Please follow the step by step instructions below to uninstall perl-Future.noarch on Oracle Linux 8:

$ sudo dnf remove perl-Future.noarch $ sudo dnf autoremove

3. Information about the perl-Future.noarch package on Oracle Linux 8

Last metadata expiration check: 5:12:10 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Future
Version : 0.46
Release : 1.el8
Architecture : noarch
Size : 106 k
Source : perl-Future-0.46-1.el8.src.rpm
Repository : epel
Summary : Perl object system to represent an operation awaiting completion
URL : https://metacpan.org/release/Future
License : GPL+ or Artistic
Description : 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.