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

Last updated: October 06,2024

1. Install "python3-aiounittest.noarch" package

Learn how to install python3-aiounittest.noarch on Rocky Linux 9

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

2. Uninstall "python3-aiounittest.noarch" package

This is a short guide on how to uninstall python3-aiounittest.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 0:21:16 ago on Fri Feb 16 06:49:52 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