How to Install and Uninstall pngcheck Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "pngcheck" package

Learn how to install pngcheck on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pngcheck

2. Uninstall "pngcheck" package

Please follow the instructions below to uninstall pngcheck on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pngcheck $ sudo apt autoclean && sudo apt autoremove

3. Information about the pngcheck package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pngcheck
Priority: optional
Section: universe/devel
Installed-Size: 169
Maintainer: Ubuntu Developers
Original-Maintainer: Jari Aalto
Architecture: amd64
Version: 2.3.0-7
Depends: libc6 (>= 2.7), zlib1g (>= 1:1.1.4)
Filename: pool/universe/p/pngcheck/pngcheck_2.3.0-7_amd64.deb
Size: 61926
MD5sum: 8a2712eb911701d40c3116d119ff918f
SHA1: f8bc44ab9f039809b5927fda79fc406d72ad086c
SHA256: 87235e98806dd9200eab6ec9cbb57ee2409a945641f46a3c64ecdf3b2ea604bd
Description-en: print info and check PNG, JNG and MNG files
pngcheck verifies the integrity of PNG, JNG and MNG files (by checking the
internal 32-bit CRCs or checksums) and optionally dumps almost all of the
chunk-level information in the image in human-readable form. For example, it
can be used to print the basic stats about an image (dimensions, bit depth,
etc.); to list the color and transparency info in its palette; or to extract
the embedded text annotations. All PNG and JNG chunks are supported, plus
almost all MNG chunks (everything but PAST, DISC, tERm, DROP, DBYK, and
ORDR). This is a command-line program with batch capabilities (e.g.,
pngcheck *.png).
.
Also includes pngsplit which can split a PNG, MNG or JNG file into
individual, numbered chunks.
Description-md5: dd502b4e445fb522f8626c81c53ecabb
Homepage: http://freshmeat.net/projects/pngcheck
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu