How to Install and Uninstall python3-pyproject-hooks.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 07,2024

1. Install "python3-pyproject-hooks.noarch" package

Please follow the instructions below to install python3-pyproject-hooks.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-pyproject-hooks.noarch

2. Uninstall "python3-pyproject-hooks.noarch" package

Please follow the guidelines below to uninstall python3-pyproject-hooks.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-pyproject-hooks.noarch $ sudo dnf autoremove

3. Information about the python3-pyproject-hooks.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:13:28 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pyproject-hooks
Version : 1.0.0
Release : 10.el9
Architecture : noarch
Size : 25 k
Source : python-pyproject-hooks-1.0.0-10.el9.src.rpm
Repository : epel
Summary : Wrappers to call pyproject.toml-based build backend hooks
URL : https://pypi.org/project/pyproject_hooks/
License : MIT
Description : 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.