Como instalar o pacote de um arquivo .tar.lz

0

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 ?

    
por Hashim 15.01.2018 / 23:20

1 resposta

1

Sugiro instalar lzip primeiro.

    
por 15.01.2018 / 23:25