How to Install and Uninstall python3-aiounittest.noarch Package on Rocky Linux 8

Last updated: May 19,2024

1. Install "python3-aiounittest.noarch" package

Please follow the guidelines below to install python3-aiounittest.noarch on Rocky Linux 8

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

2. Uninstall "python3-aiounittest.noarch" package

This tutorial shows how to uninstall python3-aiounittest.noarch on Rocky Linux 8:

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

3. Information about the python3-aiounittest.noarch package on Rocky Linux 8

Last metadata expiration check: 2:23:55 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-aiounittest
Version : 1.3.1
Release : 2.el8
Architecture : noarch
Size : 17 k
Source : python-aiounittest-1.3.1-2.el8.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