How to Install and Uninstall python3-metaextract.noarch Package on Fedora 34

Last updated: February 07,2025

1. Install "python3-metaextract.noarch" package

Learn how to install python3-metaextract.noarch on Fedora 34

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

2. Uninstall "python3-metaextract.noarch" package

This is a short guide on how to uninstall python3-metaextract.noarch on Fedora 34:

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

3. Information about the python3-metaextract.noarch package on Fedora 34

Last metadata expiration check: 2:54:13 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-metaextract
Version : 1.0.7
Release : 5.fc34
Architecture : noarch
Size : 23 k
Source : python-metaextract-1.0.7-5.fc34.src.rpm
Repository : fedora
Summary : Metaextract is a tool to collect metadata for Python modules
URL : https://github.com/toabctl/metaextract
License : ASL 2.0
Description : Metaextract is a tool to collect metadata about a Python
: module. For example you may have a sdist tarball from the Python Package Index
: and you want to know it's dependencies. metaextract can collect theses
: dependencies. The tool was first developed in py2pack but is now it's own
: module to be useful for others, too.