Issue regarding the installation of oracle-java8-jdk
AbhilashPati opened this issue · 2 comments
AbhilashPati commented
pi@raspberrypi:~ $ sudo apt-get install oracle-java8-jdk -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package oracle-java8-jdk 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
E: Package 'oracle-java8-jdk' has no installation candidate
Please solve the issue
shreshthtuli commented
Use this: sudo apt install default-jdk -y
AbhilashPati commented
Thanks a lot...