How to Install and Uninstall perl-Future-AsyncAwait.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "perl-Future-AsyncAwait.x86_64" package

Here is a brief guide to show you how to install perl-Future-AsyncAwait.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Future-AsyncAwait.x86_64

2. Uninstall "perl-Future-AsyncAwait.x86_64" package

Learn how to uninstall perl-Future-AsyncAwait.x86_64 on Fedora 34:

$ sudo dnf remove perl-Future-AsyncAwait.x86_64 $ sudo dnf autoremove

3. Information about the perl-Future-AsyncAwait.x86_64 package on Fedora 34

Last metadata expiration check: 4:31:22 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Future-AsyncAwait
Version : 0.49
Release : 2.fc34
Architecture : x86_64
Size : 63 k
Source : perl-Future-AsyncAwait-0.49-2.fc34.src.rpm
Repository : fedora
Summary : Deferred subroutine syntax for futures
URL : https://metacpan.org/release/Future-AsyncAwait
License : GPL+ or Artistic
Description : This Perl module provides syntax for deferring and resuming subroutines while
: waiting for Futures to complete. This syntax aims to make code that performs
: asynchronous operations using futures look neater and more expressive than
: simply using then chaining and other techniques on the futures themselves.