How to Install and Uninstall python3-pyproject-hooks.noarch Package on CentOS Stream 9

Last updated: September 24,2024

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

Please follow the guidelines below to install python3-pyproject-hooks.noarch on CentOS Stream 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 CentOS Stream 9:

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

3. Information about the python3-pyproject-hooks.noarch package on CentOS Stream 9

Last metadata expiration check: 3:07:10 ago on Sat Mar 16 16:03:45 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.