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

Last updated: June 28,2024

1. Install "python3-fixtures" package

Please follow the instructions below to install python3-fixtures on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-fixtures

2. Uninstall "python3-fixtures" package

Please follow the guidelines below to uninstall python3-fixtures on openSUSE Leap:

$ sudo zypper remove python3-fixtures

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

Information for package python3-fixtures:
-----------------------------------------
Repository : Main Repository
Name : python3-fixtures
Version : 3.0.0-4.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 428.1 KiB
Installed : No
Status : not installed
Source package : python-fixtures-3.0.0-4.22.src
Upstream URL : https://launchpad.net/python-fixtures
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.