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

Last updated: November 25,2024

1. Install "python3-nose-testconfig.noarch" package

Please follow the guidance below to install python3-nose-testconfig.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-nose-testconfig.noarch

2. Uninstall "python3-nose-testconfig.noarch" package

This is a short guide on how to uninstall python3-nose-testconfig.noarch on Fedora 35:

$ sudo dnf remove python3-nose-testconfig.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:42:33 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-nose-testconfig
Version : 0.10
Release : 23.fc35
Architecture : noarch
Size : 22 k
Source : python-nose-testconfig-0.10-23.fc35.src.rpm
Repository : fedora
Summary : Test configuration plugin for nosetests for Python3
URL : https://bitbucket.org/jnoller/nose-testconfig/
License : ASL 2.0
Description : nose-testconfig is a plugin to the nose test framework which provides a
: faculty for passing test-specific (or test-run specific) configuration data
: to the tests being executed.
:
: Currently configuration files in the following formats are supported:
:
: - YAML (via PyYAML )
: - INI (via ConfigParser )
: - Pure Python (via Exec)
: - JSON (via JSON )
:
: This is the Python 3 version of the package.