How to Install and Uninstall python-nose.noarch Package on Amazon Linux 2

Last updated: January 10,2025

1. Install "python-nose.noarch" package

Please follow the guidelines below to install python-nose.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-nose.noarch

2. Uninstall "python-nose.noarch" package

Please follow the guidance below to uninstall python-nose.noarch on Amazon Linux 2:

$ sudo yum remove python-nose.noarch $ sudo yum autoremove

3. Information about the python-nose.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-nose
Arch : noarch
Version : 1.3.7
Release : 1.amzn2
Size : 276 k
Repo : amzn2-core/2/x86_64
Summary : Discovery-based unittest 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 unittest,
: 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
: unittest, 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.