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

Last updated: June 24,2024

1. Install "python3-magic.noarch" package

This guide covers the steps necessary to install python3-magic.noarch on Fedora 34

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

2. Uninstall "python3-magic.noarch" package

Please follow the step by step instructions below to uninstall python3-magic.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:59:11 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-magic
Version : 0.4.20
Release : 1.fc34
Architecture : noarch
Size : 27 k
Source : python-magic-0.4.20-1.fc34.src.rpm
Repository : fedora
Summary : File type identification using libmagic
URL : https://github.com/ahupp/python-magic
License : MIT
Description : This module uses ctypes to access the libmagic file type identification
: library. It makes use of the local magic database and supports both textual
: and MIME-type output.