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

Last updated: May 21,2024

1. Install "python3-build" package

In this section, we are going to explain the necessary steps to install python3-build on Kali Linux

$ sudo apt update $ sudo apt install python3-build

2. Uninstall "python3-build" package

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

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

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

Package: python3-build
Source: python-build
Version: 1.0.3-2
Installed-Size: 89
Maintainer: Debian Python Team
Architecture: all
Depends: python3-importlib-metadata | python3-supported-min (>= 3.10), python3-packaging, python3-pyproject-hooks, python3-tomli | python3-supported-min (>= 3.11), python3:any, python3-toml, python3-wheel
Suggests: python3-pip, python3-venv, python-build-doc
Size: 31248
SHA256: 385c28bb96817d6d47b94146fc23ff4cd0c120af7b816b139df02cb70e3e9d10
SHA1: 5662617dbec16bedeef9534a559bb6380b0ff242
MD5sum: 249003d137a178f1a2e833a029829ba9
Description: Simple, correct PEP517 package builder (Python 3)
python-build will invoke the PEP 517 hooks to build a distribution
package. It is a simple build tool and does not perform any
dependency management.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/pypa/build
Section: python
Priority: optional
Filename: pool/main/p/python-build/python3-build_1.0.3-2_all.deb