How to Install and Uninstall python3-aiounittest.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 05,2024

1. Install "python3-aiounittest.noarch" package

In this section, we are going to explain the necessary steps to install python3-aiounittest.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-aiounittest.noarch

2. Uninstall "python3-aiounittest.noarch" package

Learn how to uninstall python3-aiounittest.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-aiounittest.noarch $ sudo dnf autoremove

3. Information about the python3-aiounittest.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:41:42 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-aiounittest
Version : 1.3.1
Release : 14.el9
Architecture : noarch
Size : 18 k
Source : python-aiounittest-1.3.1-14.el9.src.rpm
Repository : epel
Summary : Test asyncio code more easily
URL : https://github.com/kwarunek/aiounittest
License : MIT
Description : The aiounittest is a helper library to ease your pain (and boilerplate),
: when writing tests of asynchronous code (:code:asyncio). You can test:
:
: - synchronous code (same as the :code:unittest.TestCase)
: - asynchronous code, it supports syntax with async/await (Python 3.5+) and
: asyncio.coroutine/yield from Python 3.4