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

Last updated: September 30,2024

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

Please follow the guidance below to install perl-Image-Math-Constrain.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall perl-Image-Math-Constrain.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:34:32 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Image-Math-Constrain
Version : 1.02
Release : 39.fc36
Architecture : noarch
Size : 24 k
Source : perl-Image-Math-Constrain-1.02-39.fc36.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.