How to Install and Uninstall python-magic.noarch Package on Amazon Linux 2

Last updated: September 28,2024

1. Install "python-magic.noarch" package

This guide let you learn how to install python-magic.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-magic.noarch

2. Uninstall "python-magic.noarch" package

This guide let you learn how to uninstall python-magic.noarch on Amazon Linux 2:

$ sudo yum remove python-magic.noarch $ sudo yum autoremove

3. Information about the python-magic.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-magic
Arch : noarch
Version : 5.11
Release : 36.amzn2.0.1
Size : 34 k
Repo : amzn2-core/2/x86_64
Summary : Python bindings for the libmagic API
URL : http://www.darwinsys.com/file/
License : BSD
Description : This package contains the Python bindings to allow access to the
: libmagic API. The libmagic library is also used by the familiar
: file(1) command.