running the command 'sudo apt-get install oracle-java8-installer' shows error
See original GitHub issuehello,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:
- Created 7 years ago
- Comments:6 (1 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
http://askubuntu.com/questions/563178/the-following-packages-have-unmet-dependencies
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?