trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: November 2019

Re: [trinity-users] RAR Files.

From: Michael <mb_trinity_desktop@...>
Date: Mon, 25 Nov 2019 16:02:36 -0600
On Monday 25 November 2019 01:53:35 pm Baron wrote:
> Hi Guys,
>
> Does anybody know if the "RAR" format has changed ?
>
> For some reason I am no longer able to extract some rar archives that
> have been sent to me.
>
> Thanks in advance.

Possibly just broken?  Try

tar -x --ignore-failed-read

add the proper encoding (e.g. tar -zx ...)

You can find out some info about files with

file xyz.rar
stat xyz.rar

HTH,
Michael