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

Last updated: May 19,2024

1. Install "python3-pycotap.noarch" package

This is a short guide on how to install python3-pycotap.noarch on Fedora 35

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

2. Uninstall "python3-pycotap.noarch" package

Please follow the step by step instructions below to uninstall python3-pycotap.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:23:55 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-pycotap
Version : 1.1.0
Release : 11.fc35
Architecture : noarch
Size : 14 k
Source : python-pycotap-1.1.0-11.fc35.src.rpm
Repository : fedora
Summary : A tiny test runner that outputs TAP results to standard output
URL : https://el-tramo.be/pycotap
License : MIT
Description : pycotap is a simple Python test runner for unit tests that outputs Test Anything
: Protocol results directly to standard output.Contrary to other TAP runners
: for Python, pycotap prints TAP (and *only* TAP) to standard output
: instead of to a separate file, allowing you to pipe it directly to TAP pretty
: printers and processors.