How to Install and Uninstall python3-pytest-sanic.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-pytest-sanic.noarch" package

This guide let you learn how to install python3-pytest-sanic.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pytest-sanic.noarch

2. Uninstall "python3-pytest-sanic.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pytest-sanic.noarch on Fedora 34:

$ sudo dnf remove python3-pytest-sanic.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-sanic.noarch package on Fedora 34

Last metadata expiration check: 0:37:22 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pytest-sanic
Version : 1.7.0
Release : 1.fc34
Architecture : noarch
Size : 27 k
Source : python-pytest-sanic-1.7.0-1.fc34.src.rpm
Repository : fedora
Summary : Pytest plugin for Sanic
URL : https://github.com/yunstanford/pytest-sanic
License : ASL 2.0
Description : A pytest plugin for Sanic. It helps you to test your code asynchronously
: very easy testing with async coroutines, common and useful fixtures,
: asynchronous fixture support, test_client/sanic_client and a test_server.