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

Last updated: May 19,2024

1. Install "perl-Future-AsyncAwait-Test.noarch" package

This is a short guide on how to install perl-Future-AsyncAwait-Test.noarch on Fedora 34

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

2. Uninstall "perl-Future-AsyncAwait-Test.noarch" package

This tutorial shows how to uninstall perl-Future-AsyncAwait-Test.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:40:00 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Future-AsyncAwait-Test
Version : 0.49
Release : 2.fc34
Architecture : noarch
Size : 30 k
Source : perl-Future-AsyncAwait-0.49-2.fc34.src.rpm
Repository : fedora
Summary : Conformance tests for Future::AsyncAwait::Awaitable role
URL : https://metacpan.org/release/Future-AsyncAwait
License : GPL+ or Artistic
Description : This Perl module provides a single test function, which runs a suite of
: subtests to check that a given class provides a usable implementation of the
: Future::AsyncAwait::Awaitable role. It runs tests that simulate various ways
: in which Future::AsyncAwait will try to use an instance of this class, to
: check that the implementation is valid.