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

Last updated: October 12,2024

1. Install "python3-imagesize.noarch" package

This guide let you learn how to install python3-imagesize.noarch on Fedora 35

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

2. Uninstall "python3-imagesize.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-imagesize.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:58:02 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-imagesize
Version : 1.2.0
Release : 6.fc35
Architecture : noarch
Size : 17 k
Source : python-imagesize-1.2.0-6.fc35.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.