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

Last updated: January 17,2025

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

This guide covers the steps necessary to install python3-nose-testconfig.noarch on Fedora 39

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

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

Please follow the guidance below to uninstall python3-nose-testconfig.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:32:45 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-nose-testconfig
Version : 0.10
Release : 29.fc39
Architecture : noarch
Size : 23 k
Source : python-nose-testconfig-0.10-29.fc39.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.