How to Install and Uninstall python3-factory-boy Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-factory-boy" package

Please follow the steps below to install python3-factory-boy on Kali Linux

$ sudo apt update $ sudo apt install python3-factory-boy

2. Uninstall "python3-factory-boy" package

This guide covers the steps necessary to uninstall python3-factory-boy on Kali Linux:

$ sudo apt remove python3-factory-boy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-factory-boy package on Kali Linux

Package: python3-factory-boy
Source: factory-boy
Version: 2.11.1-7
Installed-Size: 174
Maintainer: Debian Python Team
Architecture: all
Depends: python3-fake-factory, python3:any
Suggests: python-factory-boy-doc
Size: 40332
SHA256: e90e100ac9fcea0a09fcc32f9aed732a7a525d283df954e5dbd95eeb1094b43f
SHA1: 5fe9e36ecdaefe05c4ff03b7c9d7430c2fb565fb
MD5sum: 5d9d96be423c1bf3d404c47bb4392bef
Description: test fixtures replacement based on factory_girl for Ruby - Python 3.x
factory_boy is a fixtures replacement based on thoughtbot's factory_girl. Like
factory_girl it has a straightforward definition syntax, support for multiple
build strategies (saved instances, unsaved instances, attribute dicts, and
stubbed objects), and support for multiple factories for the same class,
including factory inheritance.
.
Django support is included, and support for other ORMs can be easily added.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/FactoryBoy/factory_boy
Section: python
Priority: optional
Filename: pool/main/f/factory-boy/python3-factory-boy_2.11.1-7_all.deb