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

Last updated: November 28,2024

1. Install "rubygem-chunky_png.noarch" package

Please follow the step by step instructions below to install rubygem-chunky_png.noarch on Fedora 35

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

2. Uninstall "rubygem-chunky_png.noarch" package

This guide covers the steps necessary to uninstall rubygem-chunky_png.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:34:24 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : rubygem-chunky_png
Version : 1.4.0
Release : 3.fc35
Architecture : noarch
Size : 714 k
Source : rubygem-chunky_png-1.4.0-3.fc35.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.