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

Last updated: July 01,2024

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

Learn how to install python3-nose-testconfig.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall python3-nose-testconfig.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:16:36 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-nose-testconfig
Version : 0.10
Release : 21.fc34
Architecture : noarch
Size : 23 k
Source : python-nose-testconfig-0.10-21.fc34.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.