How to Install and Uninstall ruby-chunky-png Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "ruby-chunky-png" package

This guide let you learn how to install ruby-chunky-png on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "ruby-chunky-png" package

Please follow the guidelines below to uninstall ruby-chunky-png on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-chunky-png package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-chunky-png
Priority: optional
Section: universe/ruby
Installed-Size: 266
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Sass team
Architecture: all
Version: 1.2.8-2
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-chunky-png/ruby-chunky-png_1.2.8-2_all.deb
Size: 41632
MD5sum: 6022bd6f0563fa9b7ae22080c6c5fb5a
SHA1: fe741c04a181158cdfa146d9cc5f5364d9b14395
SHA256: d1457fef4a514d4f4259f9ddede924b1270ed68b37f5c41ac2b5038dfdc3ec6e
Description-en: 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: 172d50c37886d2d10c9db62d0251a295
Homepage: http://chunkypng.com/
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu