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

Last updated: October 05,2024

1. Install "python3-magic.noarch" package

Please follow the steps below to install python3-magic.noarch on Oracle Linux 9

$ 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 Oracle Linux 9:

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

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

Last metadata expiration check: 1:12:43 ago on Thu Feb 15 07:50:05 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.