How to Install and Uninstall python-pillow.x86_64 Package on Amazon Linux 2

Last updated: April 29,2024

1. Install "python-pillow.x86_64" package

Please follow the instructions below to install python-pillow.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-pillow.x86_64

2. Uninstall "python-pillow.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python-pillow.x86_64 on Amazon Linux 2:

$ sudo yum remove python-pillow.x86_64 $ sudo yum autoremove

3. Information about the python-pillow.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-pillow
Arch : x86_64
Version : 2.0.0
Release : 21.gitd1c6db8.amzn2.0.1
Size : 440 k
Repo : amzn2-core/2/x86_64
Summary : Python image processing library
URL : http://python-pillow.github.io/
License : MIT
Description : Python image processing library, fork of the Python Imaging
: Library (PIL)
:
: This library provides extensive file format support, an efficient
: internal representation, and powerful image processing
: capabilities.
:
:
:
:
:
: There are four subpackages: tk (tk interface), sane (scanning
: devices interface), devel (development) and doc (documentation).