Sugiro instalar lzip
primeiro.
Estou usando o bash (especificamente o Cygwin). Estou tentando instalar o GNU dd_rescue , que vem em um arquivo .tar.lz
.
Quando eu uso:
tar -xzf ddrescue-1.22.tar.lz
... ele retorna com o seguinte erro:
gzip: stdin: not in gzip format
tar: Child returned status 1 tar:
Error is not recoverable: exiting now
Quando eu uso:
tar --lzip -xf ddrescue-1.22.tar.lz
... ele retorna com:
tar (child): lzip: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Como posso extrair e instalar um pacote de um arquivo lzip
?