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

Last updated: May 20,2024

1. Install "python3-factory_boy" package

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

$ sudo zypper refresh $ sudo zypper install python3-factory_boy

2. Uninstall "python3-factory_boy" package

In this section, we are going to explain the necessary steps to uninstall python3-factory_boy on openSUSE Leap:

$ sudo zypper remove python3-factory_boy

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

Information for package python3-factory_boy:
--------------------------------------------
Repository : Main Repository
Name : python3-factory_boy
Version : 2.12.0-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 341.0 KiB
Installed : No
Status : not installed
Source package : python-factory_boy-2.12.0-bp155.2.13.src
Upstream URL : https://github.com/rbarrois/factory_boy
Summary : A test fixtures replacement
Description :
A test fixtures replacement based on thoughtbot's factory_girl for Ruby.