How to Install and Uninstall python3-pep621.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "python3-pep621.noarch" package

Please follow the steps below to install python3-pep621.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-pep621.noarch

2. Uninstall "python3-pep621.noarch" package

This tutorial shows how to uninstall python3-pep621.noarch on Fedora 36:

$ sudo dnf remove python3-pep621.noarch $ sudo dnf autoremove

3. Information about the python3-pep621.noarch package on Fedora 36

Last metadata expiration check: 0:02:51 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-pep621
Version : 0.4.0
Release : 1.fc36
Architecture : noarch
Size : 23 k
Source : python-pep621-0.4.0-1.fc36.src.rpm
Repository : updates
Summary : PEP 621 metadata parsing
URL : https://pep621.readthedocs.io/
License : MIT
Description : Dataclass for PEP 621 metadata with support for core metadata generation.
:
: This project does not implement the parsing of pyproject.toml containing
: PEP 621 metadata. Instead, given a Python data structure representing
: PEP 621 metadata (already parsed), it will validate this input and
: generate a PEP 643-compliant metadata file (e.g. PKG-INFO).