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

Last updated: October 13,2024

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

In this section, we are going to explain the necessary steps to install python3-nose-testconfig.noarch on Fedora 38

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

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

In this section, we are going to explain the necessary steps to uninstall python3-nose-testconfig.noarch on Fedora 38:

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

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

Last metadata expiration check: 5:32:53 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-nose-testconfig
Version : 0.10
Release : 27.fc38
Architecture : noarch
Size : 23 k
Source : python-nose-testconfig-0.10-27.fc38.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.