How to Install and Uninstall python3-magic.noarch Package on AlmaLinux 9

Last updated: June 28,2024

1. Install "python3-magic.noarch" package

Here is a brief guide to show you how to install python3-magic.noarch on AlmaLinux 9

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

2. Uninstall "python3-magic.noarch" package

This tutorial shows how to uninstall python3-magic.noarch on AlmaLinux 9:

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

3. Information about the python3-magic.noarch package on AlmaLinux 9

Last metadata expiration check: 0:23:15 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-magic
Version : 0.4.27
Release : 2.el9
Architecture : noarch
Size : 29 k
Source : python-magic-0.4.27-2.el9.src.rpm
Repository : epel
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.