How to Install and Uninstall python3-fixtures Package on Kali Linux

Last updated: November 07,2024

1. Install "python3-fixtures" package

Please follow the step by step instructions below to install python3-fixtures on Kali Linux

$ sudo apt update $ sudo apt install python3-fixtures

2. Uninstall "python3-fixtures" package

This is a short guide on how to uninstall python3-fixtures on Kali Linux:

$ sudo apt remove python3-fixtures $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-fixtures package on Kali Linux

Package: python3-fixtures
Source: python-fixtures
Version: 4.0.1-3
Installed-Size: 206
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-pbr (>= 5.7.0), python3-testtools, python3:any
Size: 32984
SHA256: 4eaed4bf46961555289b0ff3af03fb812186cb694b695ff370226de60b703c71
SHA1: d4229a8e62a8d82a21d94447856f996f6f43c947
MD5sum: 9cf0c54f006e683f095438082707bfce
Description: PyUnit extension for defining test fixtures outside of test cases - Python 3.x
A PyUnit extension for defining test fixtures outside of test cases. Each
fixture encapsulates creating, reusing and freeing some state - be that a
temporary directory on disk, SQL server connection, or just a particular
object graph. This is extremely useful for testing and general resource
management.
.
Fixtures ships with the base class, unittest glue and a number of precanned
concrete fixtures.
.
This package provides the Python 3.x module.
Description-md5:
Homepage: https://github.com/testing-cabal/fixtures
Tag: implemented-in::python
Section: python
Priority: optional
Filename: pool/main/p/python-fixtures/python3-fixtures_4.0.1-3_all.deb