Unrar várias partes

2

Eu preciso unrar um arquivo que consiste em várias partes.
A estrutura da pasta é assim:

file.part01.rar
file.part02.rar
file.part03.rar

Eu instalei o p7zip. Quando eu tento:

7z e file.part01.rar

Eu recebo o seguinte erro:

7-Zip [64] 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18
p7zip Version 9.20 (locale=en_US.utf8,Utf16=on,HugeFiles=on,4 CPUs)

Processing archive: file.part01.rar

Error: Can not open file as archive

Esses arquivos definitivamente não estão corrompidos, eu posso unrar eles no Windows.

Estou usando o Fedora 20 e a versão mais recente do p7zip .

Atualizar

file file.part01.rar
file.part01.rar: RAR archive data, v1d, flags: Archive volume, os: Win32
7z e

7-Zip [64] 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18
p7zip Version 9.20 (locale=en_US.utf8,Utf16=on,HugeFiles=on,4 CPUs)


Error:
Incorrect command line

Estou usando a nova versão do p7zip, que instalei hoje.
Quando tento instalar o unrar, recebo isso:

sudo yum install unrar
[sudo] password for user: 
Loaded plugins: langpacks, refresh-packagekit
No package unrar available.
Error: Nothing to do
    
por user1170330 19.10.2014 / 17:09

2 respostas

1

Eu recebo exatamente o mesmo erro ao executar o 7zip em um arquivo rar em várias partes, não posso ajudá-lo com isso, mas sugiro que você use rar ou unrar.

Solução:

Baixe rar de aqui .

Então faça:

tar xzvf /pathtofile/rarlinux-x64-5.1.1.tar.gz
ln -s /pathtofile/rar/rar /usr/bin/rar
ln -s /pathtofile/rar/unrar /usr/bin/unrar

O comando para descompactar com unrar é:

unrar x filename.part1.rar

ou rar

rar x filename.part1.rar

Verifique se todos os arquivos estão no diretório atual.

Exemplo de saída:

Extracting from myfile1.splitted.r36

...         myfile1                                                      

Extracting from myfile1.splitted.r37

...         myfile1                                                      

Extracting from myfile1.splitted.r38

...         myfile1                                                      

Extracting from myfile1.splitted.r39

...         myfile1                                                      

Extracting from myfile1.splitted.r40

...         myfile1                                                   OK 
All OK

Estou usando Fedora 21 e yum me fornece unrar com rpmfusion-nonfree ativado:

root ~ # yum list unrar
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * fedora: fr2.rpmfind.net
 * livna: rpm.livna.org
 * rpmfusion-free-rawhide: ftp.astral.ro
 * rpmfusion-nonfree-rawhide: ftp.astral.ro
 * updates: ftp.astral.ro
 * updates-testing: fr2.rpmfind.net
Installed Packages
unrar.x86_64              5.0.12-3.fc21               @rpmfusion-nonfree-rawhide

Para ativar rpmfusion :

Fedora 14 para o mais atual:

su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'

então

yum update
yum install unrar

rpmfusion pode ser encontrado aqui .

    
por 20.10.2014 / 01:34
0

Agora temos o unar

repoquery unar -i

Name        : unar
Version     : 1.8.1
Release     : 5.fc21
Architecture: x86_64
Size        : 4768283
Packager    : Fedora Project
Group       : Unspecified
URL         : http://unarchiver.c3.cx/commandline
License     : LGPLv2+
Repository  : fedora
Summary     : Multi-format extractor
Source      : unar-1.8.1-5.fc21.src.rpm
Description :
The command-line utilities lsar and unar are capable of listing and extracting
files respectively in several formats including RARv3. unar can serve as a free
and open source replacement of unrar.
    
por 26.05.2015 / 16:27

Tags