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

Last updated: May 19,2024

1. Install "python3-injector" package

Please follow the guidance below to install python3-injector on Kali Linux

$ sudo apt update $ sudo apt install python3-injector

2. Uninstall "python3-injector" package

Please follow the instructions below to uninstall python3-injector on Kali Linux:

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

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

Package: python3-injector
Source: python-injector
Version: 0.20.1-1
Installed-Size: 85
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions, python3:any
Size: 24024
SHA256: 77a2adb793640dc3e510802af1ad5b384befcb3576f235a22fc1b50073e5f363
SHA1: 1acc93f95544b9fdd5d8c8741fc459ae0d171a25
MD5sum: 4475bc1663854e377808c96eca0ef5bf
Description: Python dependency injection framework
While dependency injection is easy to do in Python due to its support
for keyword arguments, the ease with which objects can be mocked and its
dynamic nature, a framework for assisting in this process can remove a
lot of boiler-plate from larger applications.
.
That's where Injector can help. It automatically and transitively
provides dependencies for you. As an added benefit, Injector encourages
nicely compartmentalised code through the use of :ref:modules .
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/alecthomas/injector/
Section: python
Priority: optional
Filename: pool/main/p/python-injector/python3-injector_0.20.1-1_all.deb