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

Last updated: January 17,2025

1. Install "python3-magic.noarch" package

Please follow the guidance below to install python3-magic.noarch on Fedora 36

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

2. Uninstall "python3-magic.noarch" package

Please follow the steps below to uninstall python3-magic.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:55:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-magic
Version : 0.4.24
Release : 2.fc36
Architecture : noarch
Size : 27 k
Source : python-magic-0.4.24-2.fc36.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.