Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
57
rated 0 times [  57] [ 0]  / answers: 1 / hits: 37123  / 3 Years ago, mon, october 18, 2021, 3:48:34

i recently tried installed java 7 on ubuntu 12.04 and i think i screwed something up



I followed the instructions given here.



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





Now everytime i install a new program i get the following error:



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:





However.The program seems to install and work just fine so it doesn't seem to be a problem preventing me from doing anything



So then i reinstalled openjdk by going:



sudo apt-get install openjdk*



But i still get the same error.



going:



sudo apt-get install oracle-java7-installer gives me the same error.



What is going on?



Please let me know if this is clear or not and ill try to explain my issue better


More From » java

 Answers
5

Run the following commands from a Terminal:


sudo rm /var/lib/dpkg/info/oracle-java7-installer*
sudo apt-get purge oracle-java7-installer*
sudo rm /etc/apt/sources.list.d/*java*
sudo apt-get update
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer




Information about what PPAs are, as well as tips on recognizing which of them are unsafe, can be found here.





Glossary



Command, command line: the traditional Unix environment , where you type commands to tell the computer what to do.


Terminal: an application that allows you to access the command line. Open it by hitting its keyboard shortcut, Ctrl Alt T



[#39011] Monday, October 18, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
amelican

Total Points: 162
Total Questions: 116
Total Answers: 108

Location: Guam
Member since Mon, May 29, 2023
1 Year ago
amelican questions
Sun, Aug 14, 22, 01:26, 2 Years ago
Mon, Apr 24, 23, 18:12, 1 Year ago
Wed, Apr 5, 23, 04:30, 1 Year ago
Thu, Sep 1, 22, 02:14, 2 Years ago
Mon, Sep 19, 22, 23:08, 2 Years ago
;