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

Last updated: January 17,2025

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

This guide let you learn how to install perl-Future-AsyncAwait-Test.noarch on Fedora 38

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

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

Please follow the guidelines below to uninstall perl-Future-AsyncAwait-Test.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:32:49 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perl-Future-AsyncAwait-Test
Version : 0.64
Release : 1.fc38
Architecture : noarch
Size : 33 k
Source : perl-Future-AsyncAwait-0.64-1.fc38.src.rpm
Repository : fedora
Summary : Conformance tests for Future::AsyncAwait::Awaitable role
URL : https://metacpan.org/release/Future-AsyncAwait
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.