question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

running the command 'sudo apt-get install oracle-java8-installer' shows error

See original GitHub issue

hello,my system is ubuntu14.04. I run the command ‘sudo apt-get install oracle-java8-installer’ following (https://bazel.build/versions/master/docs/install.html#using-bazel-custom-apt-repository-recommended). but it shows error:

following packages have unmet dependencies:
 oracle-java8-installer : Depends: java-common (>= 0.24) but it is not going to be installed
                          Recommends: gsfonts-x11 but it is not going to be installed
                          Recommends: oracle-java8-set-default but it is not going to be installed

how to solve this problem.? Thank you in advance!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

0reactions
asimonov-hitachicommented, Jun 13, 2019

that oracle-java8-installer PPA is not supported anymore?

https://askubuntu.com/questions/790671/oracle-java8-installer-no-installation-candidate

shall bazel install instructions be updated with a working java install for Ubuntu?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Oracle-Java8-Installer: No installation candidate - Ask Ubuntu
As root, go to this folder: /etc/apt/sources. · Locate this file: webupd8team-java. · Execute sudo apt-get update for the system to remove any ......
Read more >
E: Package 'oracle-java8-installer' has no installation candidate
Open your terminal. · Type $mkdir /opt/jdk . · Untar Java in your new folder $tar -zxf jdk-8u5-linux-x64.tar.gz -C /opt/jdk . · Set...
Read more >
Java installation error on Debian 8 - apt - Server Fault
You can get a list of them by using the command: apt-cache search openjdk and then using sudo apt-get install PACKAGENAME . I...
Read more >
Package 'oracle-java8-installer' has no installation candidate ...
Trying to install oracle java 8 for apache server on Ubuntu 16.04(LTS), but getting E: Package 'oracle-java8-installer' has no installation ...
Read more >
Rahul - TecAdmin
Run below commands to install Java 8 on Ubuntu and LinuxMint. sudo apt update sudo apt install openjdk-8-jdk openjdk-8-jre ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found