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

Last updated: October 08,2024

1. Install "python3-imagesize.noarch" package

Please follow the step by step instructions below to install python3-imagesize.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-imagesize.noarch" package

Please follow the instructions below to uninstall python3-imagesize.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 2:21:46 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-imagesize
Version : 1.2.0
Release : 6.el9
Architecture : noarch
Size : 21 k
Source : python-imagesize-1.2.0-6.el9.src.rpm
Repository : ubi-9-codeready-builder
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.