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

Last updated: November 26,2024

1. Install "python3-aiounittest.noarch" package

Please follow the instructions below to install python3-aiounittest.noarch on Fedora 39

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

2. Uninstall "python3-aiounittest.noarch" package

Please follow the steps below to uninstall python3-aiounittest.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:47:32 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-aiounittest
Version : 1.3.1
Release : 14.fc39
Architecture : noarch
Size : 23 k
Source : python-aiounittest-1.3.1-14.fc39.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