Não foi possível extrair o arquivo .bin

0

Eu não consigo extrair o arquivo .bin no Ubuntu 16.04 LTS. Mensagem de erro:

root@ilgar-Ubuntu:~# '/home/ilgar/jre-6u21-linux-i586.bin' 
Unpacking...
Checksumming...
Extracting...
/home/ilgar/jre-6u21-linux-i586.bin: 86: /home/ilgar/jre-6u21-linux-i586.bin: ./install.sfx.10336: not found
Failed to extract the files.  Please refer to the Troubleshooting section of
the Installation Instructions on the download page for more information.

O Open JDK está instalado:

openjdk version "1.8.0_91"
    
por IlgarSky 09.06.2016 / 19:04

1 resposta

0

Isso pode acontecer porque você está usando um sistema x64. Se você estiver, instale as bibliotecas de 32 bits com:

sudo apt-get install lib32z1

Em seguida, tente executar o arquivo de auto-extração novamente.

Espero que ajude.

    
por gsxruk 09.06.2016 / 20:53