How to Install and Uninstall python3-spec.noarch Package on Fedora 38

Last updated: September 29,2024

1. Install "python3-spec.noarch" package

Please follow the instructions below to install python3-spec.noarch on Fedora 38

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

2. Uninstall "python3-spec.noarch" package

Here is a brief guide to show you how to uninstall python3-spec.noarch on Fedora 38:

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

3. Information about the python3-spec.noarch package on Fedora 38

Last metadata expiration check: 5:15:47 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-spec
Version : 1.4.1
Release : 12.fc38
Architecture : noarch
Size : 45 k
Source : python-spec-1.4.1-12.fc38.src.rpm
Repository : fedora
Summary : Specification-style output for python3-nose
URL : https://github.com/bitprophet/spec
License : MIT
Description : A Python testing tool that provides:
:
: * Colorized, specification style output
: * Colorized tracebacks and summary
: * Test-running CLI tool that enables useful non-default options and implements
: relaxed test discovery for less test_annoying.py:TestBoilerplate.test_code
: and more readable.py:Classes.and_methods.