How to Install and Uninstall python-pillow.src Package on Oracle Linux 8

Last updated: October 05,2024

1. Install "python-pillow.src" package

In this section, we are going to explain the necessary steps to install python-pillow.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install python-pillow.src

2. Uninstall "python-pillow.src" package

Learn how to uninstall python-pillow.src on Oracle Linux 8:

$ sudo dnf remove python-pillow.src $ sudo dnf autoremove

3. Information about the python-pillow.src package on Oracle Linux 8

Last metadata expiration check: 5:09:40 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python-pillow
Version : 5.1.1
Release : 18.el8_5
Architecture : src
Size : 14 M
Source : None
Repository : ol8_appstream
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 these subpackages: tk (tk interface),
: devel (development) and doc (documentation).