How to Install and Uninstall python3-nose.noarch Package on Amazon Linux 2
Last updated: November 25,2024
1. Install "python3-nose.noarch" package
This guide covers the steps necessary to install python3-nose.noarch on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
python3-nose.noarch
Copied
2. Uninstall "python3-nose.noarch" package
Please follow the guidance below to uninstall python3-nose.noarch on Amazon Linux 2:
$
sudo yum remove
python3-nose.noarch
Copied
$
sudo yum autoremove
Copied
3. Information about the python3-nose.noarch package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : python3-nose
Arch : noarch
Version : 1.3.7
Release : 22.amzn2.0.2
Size : 269 k
Repo : amzn2-core/2/x86_64
Summary : Discovery-based unit test extension for Python
URL : https://nose.readthedocs.org/en/latest/
License : LGPLv2+ and Public Domain
Description : nose extends the test loading and running features of unit test,
: making it easier to write, find and run tests.
:
: By default, nose will run tests in files or directories under the
: current working directory whose names include "test" or "Test" at
: a word boundary (like "test_this" or "functional_test" or
: "TestClass" but not "libtest"). Test output is similar to that of
: unit test, but also includes captured stdout output from failing
: tests, for easy print-style debugging.
:
: These features, and many more, are customizable through the use of
: plugins. Plugins included with nose provide support for doctest,
: code coverage and profiling, flexible attribute-based test
: selection, output capture and more.
:
: This package installs the nose module and nosetests3 program that
: can discover python3 unit tests.
Available Packages
Name : python3-nose
Arch : noarch
Version : 1.3.7
Release : 22.amzn2.0.2
Size : 269 k
Repo : amzn2-core/2/x86_64
Summary : Discovery-based unit test extension for Python
URL : https://nose.readthedocs.org/en/latest/
License : LGPLv2+ and Public Domain
Description : nose extends the test loading and running features of unit test,
: making it easier to write, find and run tests.
:
: By default, nose will run tests in files or directories under the
: current working directory whose names include "test" or "Test" at
: a word boundary (like "test_this" or "functional_test" or
: "TestClass" but not "libtest"). Test output is similar to that of
: unit test, but also includes captured stdout output from failing
: tests, for easy print-style debugging.
:
: These features, and many more, are customizable through the use of
: plugins. Plugins included with nose provide support for doctest,
: code coverage and profiling, flexible attribute-based test
: selection, output capture and more.
:
: This package installs the nose module and nosetests3 program that
: can discover python3 unit tests.