How to Install and Uninstall python3-imagesize.noarch Package on Fedora 34

Last updated: July 03,2024

1. Install "python3-imagesize.noarch" package

In this section, we are going to explain the necessary steps to install python3-imagesize.noarch on Fedora 34

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

2. Uninstall "python3-imagesize.noarch" package

Please follow the guidelines below to uninstall python3-imagesize.noarch on Fedora 34:

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

3. Information about the python3-imagesize.noarch package on Fedora 34

Last metadata expiration check: 2:17:25 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-imagesize
Version : 1.2.0
Release : 4.fc34
Architecture : noarch
Size : 18 k
Source : python-imagesize-1.2.0-4.fc34.src.rpm
Repository : fedora
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.