How to Install and Uninstall python3-aiounittest.noarch Package on Fedora 35

Last updated: November 30,2024

1. Install "python3-aiounittest.noarch" package

Please follow the guidelines below to install python3-aiounittest.noarch on Fedora 35

$ 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 Fedora 35:

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

3. Information about the python3-aiounittest.noarch package on Fedora 35

Last metadata expiration check: 3:28:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-aiounittest
Version : 1.3.1
Release : 7.fc35
Architecture : noarch
Size : 18 k
Source : python-aiounittest-1.3.1-7.fc35.src.rpm
Repository : fedora
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