How to Install and Uninstall jpegjudge Package on Kali Linux

Last updated: May 15,2024

1. Install "jpegjudge" package

Please follow the instructions below to install jpegjudge on Kali Linux

$ sudo apt update $ sudo apt install jpegjudge

2. Uninstall "jpegjudge" package

Please follow the steps below to uninstall jpegjudge on Kali Linux:

$ sudo apt remove jpegjudge $ sudo apt autoclean && sudo apt autoremove

3. Information about the jpegjudge package on Kali Linux

Package: jpegjudge
Version: 0.0.2-4
Installed-Size: 43
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.4), libjpeg62-turbo (>= 1.3.1)
Size: 18960
SHA256: 516164bfbad896e3316fdbc20fb1f67e0cc232670f0a21b331eca464b595e828
SHA1: 9108d880d20f33e91a42012b0965ceb9226c2b91
MD5sum: 3b1912bad5decbd2222e76ae9070c0c2
Description: determine which of two given jpegs (same size) is the original
Try to determine which same picture was saved at a higher quality,
even if the picture was saved at low quality and later at a higher
quality.
.
By a statistical analysis over the quantization table stored in a
jpeg one could probably deduce the quality which the picture was
saved (i.e. this particular save), but it in no way says anything
about the picture quality itself (i.e. whether it has ever been saved
at lower quality before since its creation). For example, one might have
saved a jpeg picture at low quality, and later saved at a higher
quality, yet the information lost during the first save can't be
restored.
Description-md5:
Homepage: https://oldhome.schmorp.de/marc/judge.html
Tag: implemented-in::c, interface::commandline, role::program,
scope::utility, use::comparing, works-with::image
Section: graphics
Priority: optional
Filename: pool/main/j/jpegjudge/jpegjudge_0.0.2-4_amd64.deb