How to Install and Uninstall python2-fixtures Package on openSUSE Leap

Last updated: November 08,2024

1. Install "python2-fixtures" package

This tutorial shows how to install python2-fixtures on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-fixtures

2. Uninstall "python2-fixtures" package

Please follow the guidance below to uninstall python2-fixtures on openSUSE Leap:

$ sudo zypper remove python2-fixtures

3. Information about the python2-fixtures package on openSUSE Leap

Information for package python2-fixtures:
-----------------------------------------
Repository : Main Repository
Name : python2-fixtures
Version : 3.0.0-4.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 351,8 KiB
Installed : No
Status : not installed
Source package : python-fixtures-3.0.0-4.22.src
Summary : Fixtures, reusable state for writing clean tests and more
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 unittest
compatible test cases easy and straight forward.