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

Last updated: September 20,2024

1. Install "rubygem-chunky_png.noarch" package

Please follow the guidelines below to install rubygem-chunky_png.noarch on Fedora 34

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

2. Uninstall "rubygem-chunky_png.noarch" package

Please follow the guidance below to uninstall rubygem-chunky_png.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:33:06 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-chunky_png
Version : 1.4.0
Release : 2.fc34
Architecture : noarch
Size : 723 k
Source : rubygem-chunky_png-1.4.0-2.fc34.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.