How to Install and Uninstall cdck Package on Kali Linux

Last updated: May 17,2024

1. Install "cdck" package

Please follow the steps below to install cdck on Kali Linux

$ sudo apt update $ sudo apt install cdck

2. Uninstall "cdck" package

This is a short guide on how to uninstall cdck on Kali Linux:

$ sudo apt remove cdck $ sudo apt autoclean && sudo apt autoremove

3. Information about the cdck package on Kali Linux

Package: cdck
Version: 0.7.0+dfsg-3
Installed-Size: 133
Maintainer: gregor herrmann
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc-s1 (>= 4.2)
Suggests: gnuplot
Size: 46664
SHA256: 451f6ed0bbfb090bd62c9421a0e64f833d376b731d11a12ef64a3a9100459f09
SHA1: 7d43b62ddafc6841abe5c8415b4b218ce482d199
MD5sum: 990119c8327401d178accccd427d3e6c
Description: tool for verifying the quality of written CDs/DVDs
cdck (CD/DVD check tool) is a simple console program to verify CD/DVD
quality. The known fact is that even if all files on the disc are readable,
some sectors having bad timing can easily turn into unreadable ones in the
future.
.
To get an idea about a disc cdck reads it sector by sector, keeping all
reading timings and then tells you its verdict. Optionally it can write the
timing table into text file usable by gnuplot(1) program, so you can draw
some graphs out of it.
Description-md5:
Homepage: http://swaj.net/unix/index.html#cdck
Tag: hardware::storage:cd, hardware::storage:dvd, implemented-in::c++,
interface::commandline, role::program, scope::utility, use::checking,
works-with-format::iso9660
Section: utils
Priority: optional
Filename: pool/main/c/cdck/cdck_0.7.0+dfsg-3_amd64.deb