Jdk 8 install problem? Estou usando o ubuntu 17.10 version

0

Quando eu executo este comando:

sudo apt-get install oracle-java8-installer

então o erro ocorre:

Download done.
Removing outdated cached downloads...
sha256sum mismatch jdk-8u151-linux-x64.tar.gz
Oracle JDK 8 is NOT installed.
dpkg: error processing package oracle-java8-installer (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 oracle-java8-installer
E: Sub-process /usr/bin/dpkg returned an error code (1)
    
por Nadim Tareq 18.11.2017 / 00:08

1 resposta

1

Tente isto:

sudo rm /var/cache/oracle-jdk8-installer/jdk-8u151-linux-x64.tar.gz
    
por v8rs 18.11.2017 / 19:08