Bug 2495 - set up for linux requires update or download source for missing packages, openjdk-7-jdk
Summary: set up for linux requires update or download source for missing packages, ope...
Status: ASSIGNED
Alias: None
Product: Infrastructure
Classification: Unclassified
Component: Documentation infrastructure (show other bugs)
Version: unspecified
Hardware: Macintosh Other
: P5 - Later enhancement
Assignee: Børre Gaup
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-12 10:36 CEST by Jack Rueter
Modified: 2018-07-12 10:54 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jack Rueter 2018-07-12 10:36:24 CEST
Using Linux Mint 18.2 sonya


GettingStartedOnLinux.html

UBUNTU lists:
openjdk-7-jdk

as one package. Where is it available?

Google suggests:
openjdk-7-jdk has no installation candidate
Comment 1 Børre Gaup 2018-07-12 10:54:19 CEST
You can search for openjdk packages by writing:
apt-cache search openjdk

On my machine (Ubuntu 16.04 LTS) this search shows that these jdk packages are available:
openjdk-7-jdk
openjdk-8-jdk
openjdk-9-jdk

You can install e.g. the 8-jdk package (the one I have installed) by writing:
sudo apt install openjdk-8-jdk