Before someone comes and marks this as a duplicate I would like to mention that I have seen 10 similar problems and I have followed all of the steps but with no use. I followed
- Oracle-Java8-Installer: No installation candidate,
- Problem while installing oracle-java8-installer, and
- How can I install Sun/Oracle's proprietary Java JDK 6/7/8 or JRE?
and with no exaggeration 7 more but non worked.
I simply want to install the 8th version of JDK and JRE.
After following a bunch of steps here is where I’m at
I added the repository and
I run this command apt-get install oracle-java8-installer
and I get this message:
The following packages have unmet dependencies:
oracle-java8-installer : Depends: java-common (>= 0.24) but it is not installable
Recommends: gsfonts-x11 but it is not going to be installed
Recommends: oracle-java8-set-default but it is not going to be installed
Afterwards I tried to install java-common using apt-get install java-common
but I get this message:
Package java-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
java-policy
E: Package 'java-common' has no installation candidate
Its important to note that I currently have no Java packages installed (I can't use the java
command) and I have added add-apt-repository ppa:webupd8team/java
successfully.
This is my distribution's info:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.04
DISTRIB_CODENAME=xenial
DISTRIB_DESCRIPTION="Ubuntu 16.04.2 LTS"
I know this has been asked a lot but I have spent the last 4 hours trying to figure it out through other questions but to no avail.
sudo apt update && sudo apt full-upgrade
. – Nov 04 '17 at 19:20apt-cache policy oracle-java8-installer
? Thanks. – David Foerster Feb 17 '18 at 17:10