How to Install and Uninstall python3-fixtures.noarch Package on Amazon Linux 2

Last updated: January 10,2025

1. Install "python3-fixtures.noarch" package

This tutorial shows how to install python3-fixtures.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python3-fixtures.noarch

2. Uninstall "python3-fixtures.noarch" package

This guide covers the steps necessary to uninstall python3-fixtures.noarch on Amazon Linux 2:

$ sudo yum remove python3-fixtures.noarch $ sudo yum autoremove

3. Information about the python3-fixtures.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python3-fixtures
Arch : noarch
Version : 3.0.0
Release : 17.amzn2
Size : 95 k
Repo : amzn2-core/2/x86_64
Summary : Fixtures, reusable state for writing clean tests and more
URL : https://launchpad.net/python-fixtures
License : ASL 2.0 or BSD
Description : Fixtures defines a Python contract for reusable state / support
: logic, primarily for unit testing. Helper and adaption logic is
: included to make it easy to write your own fixtures using the
: fixtures contract. Glue code is provided that makes using fixtures
: that meet the Fixtures contract in unit test compatible test cases
: easy and straight forward.