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

Last updated: January 19,2025

1. Install "python3-magic.noarch" package

This is a short guide on how to install python3-magic.noarch on Fedora 39

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

2. Uninstall "python3-magic.noarch" package

Please follow the guidance below to uninstall python3-magic.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:37:44 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-magic
Version : 0.4.27
Release : 5.fc39
Architecture : noarch
Size : 32 k
Source : python-magic-0.4.27-5.fc39.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.