How to Install and Uninstall ruby-chunky-png Package on Kali Linux

Last updated: May 15,2024

1. Install "ruby-chunky-png" package

This guide covers the steps necessary to install ruby-chunky-png on Kali Linux

$ sudo apt update $ sudo apt install ruby-chunky-png

2. Uninstall "ruby-chunky-png" package

Here is a brief guide to show you how to uninstall ruby-chunky-png on Kali Linux:

$ sudo apt remove ruby-chunky-png $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-chunky-png package on Kali Linux

Package: ruby-chunky-png
Version: 1.3.15-2
Installed-Size: 244
Maintainer: Debian Ruby Team
Architecture: all
Size: 49236
SHA256: 15075eb1da1736b1003f756d2c4f32c4bcc9258d9853e70696c3a526c0ecb196
SHA1: fa47f6bb8a716bc643f8563ded6e06c6c376a0b4
MD5sum: 27a9fc58f0b09d70f4ee8fc3de1b8b5f
Description: pure Ruby library for read/write, chunk-level access to PNG files
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.
.
Features:
* Decodes any image that the PNG standard allows. This includes all
standard color modes, all bit depths and all transparency,
interlacing and filtering options.
* Encodes images supports all color modes (true color, grayscale and
indexed) and transparency for all these color modes. The best color
mode will be chosen automatically, based on the amount of used
colors.
* R/W access to the image's pixels.
* R/W access to all image metadata that is stored in chunks.
* Memory efficient (uses a Fixnum, i.e. 4 or 8 bytes of memory per
pixel, depending on the hardware)
* Reasonably fast for Ruby standards, by only using integer math and a
highly optimized saving routine.
* Interoperability with RMagick if you really have to.
Description-md5:
Homepage: https://chunkypng.com/
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-chunky-png/ruby-chunky-png_1.3.15-2_all.deb