How to Install and Uninstall python3-imagesize.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 28,2024

1. Install "python3-imagesize.noarch" package

In this section, we are going to explain the necessary steps to install python3-imagesize.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-imagesize.noarch" package

This tutorial shows how to uninstall python3-imagesize.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-imagesize.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:07:58 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-imagesize
Version : 1.0.0
Release : 2.el8
Architecture : noarch
Size : 16 k
Source : python-imagesize-1.0.0-2.el8.src.rpm
Repository : ubi-8-codeready-builder-rpms
Summary : Python module for analyzing image file headers and returning image sizes
URL : https://github.com/shibukawa/imagesize_py
License : MIT
Description : The imagesize package parses image file headers and returns the image sizes.
:
: * PNG
: * JPEG
: * JPEG2000
: * GIF
:
: This is a pure Python library.