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

Last updated: May 17,2024

1. Install "python3-pep517" package

This tutorial shows how to install python3-pep517 on Kali Linux

$ sudo apt update $ sudo apt install python3-pep517

2. Uninstall "python3-pep517" package

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

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

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

Package: python3-pep517
Source: pep517
Version: 0.12.0-1
Installed-Size: 85
Maintainer: Debian Python Team
Architecture: all
Depends: python3-importlib-metadata, python3-tomli, python3-zipp, python3:any
Size: 17848
SHA256: fcb4e7357e0f5d8a9ebc58672a5ae88a79307beb003c02f03ef4a95c1774f649
SHA1: fa6555d377be9b340abc67dac40e60509b5ad0a3
MD5sum: 19dcf19b45518df9d45883e9e64adb6b
Description: Specifies a standard API for systems which build Python packages
This package contains wrappers around the hooks specified by PEP 517. It
provides:
.
- A mechanism to call the hooks in a subprocess, so they are isolated from
the current process.
- Fallbacks for the optional hooks, so that frontends can call the hooks
without checking which are defined.
- Higher-level functions which install the build dependencies into a
temporary environment and build a wheel/sdist using them.
.
This is the Python 3 version of the package.
Description-md5: e0c4f2a156536fedd08b47950b76ea99
Homepage: https://github.com/pypa/pep517
Section: python
Priority: optional
Filename: pool/main/p/pep517/python3-pep517_0.12.0-1_all.deb