keep getting this error when I try to extract a .rar archive
7-Zip 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,2 CPUs)
Processing archive: /home/scoundrel/2012./CD1/imbt-xvid-2012-cd1.r00
Extracting 2012.2009.bdrip.xvid-imbt-cd1.avi CRC Failed
Sub items Errors: 1
is there a package that I am missing ? I do have fileroller and rarian installed
1. Do you have all of the parts of the split rar file?
2. Do you have rarlinux installed?
If the answer is yes to both, the file to extract is the one that ends in .rar. It will automatically join all the parts of the contents of the split rar files as it extracts them; you do not have to join the parts first. File-roller will do this if aimed at the right file.
You can also do this from a terminal, if you cd to the directory holding the split archive parts.
[prompt <location>]$ unrar x *.rar <Enter>
Use of the x command will reproduce the full path of files in nested sub directories, if they exist. Otherwise it will just extract a single file, or multiple files, if that's all that is in the split archive, into the present working directory.