jre e instalação do jdk

0

Eu recebi o seguinte erro ao instalar o jdk aberto do Ubuntu 14.04. como eu resolvo isso?

You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 default-jre : Depends: openjdk-7-jre (>= 7~u3-2.1.1)
 openjdk-6-jre-lib : Depends: openjdk-6-jre-headless (>= 6b27)
 openjdk-7-jdk : Depends: openjdk-7-jre (= 7u95-2.6.4-0ubuntu0.14.04.1)
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    
por Anil Kumawat 21.03.2016 / 12:30

1 resposta

0

Você precisa executar o comando abaixo para instalar as dependências do java.

sudo apt-get install -f
    
por Barışcan Aslan 21.03.2016 / 12:36