How to Install and Uninstall rubygem-chunky_png.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "rubygem-chunky_png.noarch" package

This is a short guide on how to install rubygem-chunky_png.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-chunky_png.noarch

2. Uninstall "rubygem-chunky_png.noarch" package

Please follow the step by step instructions below to uninstall rubygem-chunky_png.noarch on Fedora 36:

$ sudo dnf remove rubygem-chunky_png.noarch $ sudo dnf autoremove

3. Information about the rubygem-chunky_png.noarch package on Fedora 36

Last metadata expiration check: 0:05:55 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : rubygem-chunky_png
Version : 1.4.0
Release : 4.fc36
Architecture : noarch
Size : 715 k
Source : rubygem-chunky_png-1.4.0-4.fc36.src.rpm
Repository : fedora
Summary : Pure ruby library for read/write, chunk-level access to PNG files
URL : https://chunkypng.com
License : MIT
Description : This pure Ruby library can read and write PNG images without depending on
: an external image library, like RMagick. It tries to be memory efficient and
: reasonably fast.
: It supports reading and writing all PNG variants that are defined in the
: specification, with one limitation: only 8-bit color depth is supported. It
: supports all transparency, interlacing and filtering options the PNG
: specifications allows. It can also read and write textual metadata from PNG
: files. Low-level read/write access to PNG chunks is also possible.
: This library supports simple drawing on the image canvas and simple operations
: like alpha composition and cropping. Finally, it can import from and export to
: RMagick for interoperability.