How to Install and Uninstall python3-pyproject-hooks Package on Kali Linux

Last updated: November 26,2024

1. Install "python3-pyproject-hooks" package

Please follow the steps below to install python3-pyproject-hooks on Kali Linux

$ sudo apt update $ sudo apt install python3-pyproject-hooks

2. Uninstall "python3-pyproject-hooks" package

In this section, we are going to explain the necessary steps to uninstall python3-pyproject-hooks on Kali Linux:

$ sudo apt remove python3-pyproject-hooks $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pyproject-hooks package on Kali Linux

Package: python3-pyproject-hooks
Source: python-pyproject-hooks
Version: 1.0.0-2
Installed-Size: 50
Maintainer: Debian Python Team
Architecture: all
Depends: python3-tomli | python3 (>> 3.11), python3:any
Size: 10588
SHA256: 83d971a7e8b17b1e05576073043073febaff4b78bc3ae76e5ed410bfb0e3f239
SHA1: b42121568e5d26204e1e29f9fac4a17a2c5823be
MD5sum: b04905b57f442514584b0a948b9987b4
Description: Wrappers to call pyproject.toml-based build backend hooks
This is a low-level library for calling build-backends in pyproject.toml-based
project. It provides the basic functionality to help write tooling that
generates distribution files from Python projects.
.
If you want a tool that builds Python packages, you'll want to use
https://github.com/pypa/build instead. This is an underlying piece for pip,
build and other "build frontends" use to call "build backends" within them.
.
You can read more in the documentation
.
.
Note: The pep517 project has been replaced by this project (low level) and the
build project (high level).
Description-md5:
Homepage: https://github.com/pypa/pyproject-hooks
Section: python
Priority: optional
Filename: pool/main/p/python-pyproject-hooks/python3-pyproject-hooks_1.0.0-2_all.deb