Ubuntu – How to check crc of a file

checksumscommand line

I was looking this question and appears everything but crc. Is there a good Ubuntu way around there to do this?

Best Answer

As always(maybe sometimes), google is my friend:

$ sudo apt-get install libarchive-zip-perl
$ crc32 my_file