How to Install cdck in Ubuntu 18.04



Install cdck by entering the following commands in the terminal:

sudo apt update
sudo apt install cdck

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.

Homepage: http://swaj.net/unix/index.html#cdck

Version: 0.7.0+dfsg-1build1

Section: universe/utils