나는 최근에 우분투 12.04에 Java 7을 설치하려고 시도했으며 무언가를 망쳤다 고 생각합니다.
나는 여기에 주어진 지시를 따랐다 .
First you need to remove openjdk for this run the following command from your terminal
sudo apt-get purge openjdk*
Now you can install Java7 by adding the following repository:
sudo add-apt-repository ppa:eugenesan/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
이제 새 프로그램을 설치할 때마다 다음 오류가 발생합니다.
Download done.
sha256sum mismatch jdk-7u3-linux-x64.tar.gz
Oracle JDK 7 is NOT installed.
dpkg: error processing oracle-java7-installer (--configure):
subprocess installed post-installation script returned error exit status 1
Setting up python-central (0.6.17ubuntu1) ...
Setting up python-eggtrayicon (2.25.3-11) ...
Setting up gmail-notify (1.6.1.1-1ubuntu1) ...
Processing triggers for python-central ...
Errors were encountered while processing:
oracle-java7-installer
Error in function:
그러나 프로그램이 설치되어 제대로 작동하는 것처럼 보이므로 아무것도하지 못하게하는 데 문제가없는 것 같습니다.
그런 다음 openjdk를 다시 설치하여 다시 설치했습니다.
sudo apt-get 설치 openjdk *
그러나 여전히 같은 오류가 발생합니다.
진행:
sudo apt-get install oracle-java7-installer는 동일한 오류를 발생시킵니다.
무슨 일이야?
이것이 분명하고 나쁘면 알려주세요. 내 문제를 더 잘 설명하려고 노력하십시오.