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

Last updated: October 12,2024

1. Install "python3-metaextract.noarch" package

This is a short guide on how to install python3-metaextract.noarch on Fedora 36

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

2. Uninstall "python3-metaextract.noarch" package

This guide covers the steps necessary to uninstall python3-metaextract.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:32:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-metaextract
Version : 1.0.8
Release : 2.fc36
Architecture : noarch
Size : 23 k
Source : python-metaextract-1.0.8-2.fc36.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.