How to Install and Uninstall perl-Image-Math-Constrain.noarch Package on Fedora 34

Last updated: July 01,2024

1. Install "perl-Image-Math-Constrain.noarch" package

This tutorial shows how to install perl-Image-Math-Constrain.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Image-Math-Constrain.noarch

2. Uninstall "perl-Image-Math-Constrain.noarch" package

This guide let you learn how to uninstall perl-Image-Math-Constrain.noarch on Fedora 34:

$ sudo dnf remove perl-Image-Math-Constrain.noarch $ sudo dnf autoremove

3. Information about the perl-Image-Math-Constrain.noarch package on Fedora 34

Last metadata expiration check: 0:49:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Image-Math-Constrain
Version : 1.02
Release : 36.fc34
Architecture : noarch
Size : 24 k
Source : perl-Image-Math-Constrain-1.02-36.fc34.src.rpm
Repository : fedora
Summary : Scaling math used in image size constraining (such as thumbnails)
URL : https://metacpan.org/release/Image-Math-Constrain
License : GPL+ or Artistic
Description : There are a number of different modules and systems that constrain image
: sizes, such as thumbnailing. Every one of these independantly implement the
: same logic. That is, given a width and/or height constraint, they check to
: see if the image is bigger than the constraint, and if so scale the image
: down proportionally so that it fits within the constraints.