Skip to content

Commit f552e7a

Browse files
authored
Removing link to backports as it is broken (neo4j#762) (neo4j#767)
In 5.x, the link is not included anymore, thus the decision to remove it here. Cherry-picked from neo4j#762
1 parent 474ddff commit f552e7a

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

modules/ROOT/pages/installation/linux/debian.adoc

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ To install Neo4j on Debian you need to make sure of the following:
1212

1313

1414
[[debian-ubuntu-prerequisites]]
15-
=== Java Prerequisites (Oracle Java, Debian 9+ and Ubuntu 16.04+ only)
15+
=== Java Prerequisites (Oracle Java and Ubuntu 16.04+ only)
1616

1717
Neo4j {neo4j-version} requires the Java 11 runtime.
18-
Java 11 is not included in Ubuntu 16.04 LTS or Debian 9 (stretch) and will have to be set up manually prior to installing or upgrading to Neo4j {neo4j-version}, as described below.
19-
Debian 9 users can find OpenJDK 11 in https://packages.debian.org/stretch-backports/openjdk-11-jdk[backports].
20-
Debian 10 and Ubuntu 18.04 onwards already have the Openjdk Java 11 package available through `apt`.
18+
Java 11 is not included in Ubuntu 16.04 LTS and will have to be set up manually prior to installing or upgrading to Neo4j {neo4j-version}, as described below.
19+
Ubuntu 18.04 onwards already has the Openjdk Java 11 package available through `apt`.
2120

2221

2322
[[debian-oraclejava]]
@@ -28,13 +27,6 @@ The Debian installer may still be used, but it will install OpenJDK Java 11 in a
2827

2928
This is due to changes in Oracle's Debian package manifest between Java versions 8 and 11.
3029

31-
32-
[[debian-java]]
33-
==== Java 11 on Debian 9
34-
35-
Java 11 must be installed before installing Neo4j on Debian 9 (stretch) systems.
36-
If you do not already have Java 11 installed, run the following commands to install OpenJDK Java 11:
37-
3830
[source, shell]
3931
----
4032
echo "deb http://httpredir.debian.org/debian stretch-backports main" | sudo tee -a /etc/apt/sources.list.d/stretch-backports.list

modules/ROOT/pages/installation/requirements.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ For personal use and software development:
8282
| Operating System | Supported JDK
8383
| *MacOS 10.14+* | ZuluJDK 11
8484
| *Ubuntu Desktop 16.04+* | OpenJDK 11, OracleJDK 11, and ZuluJDK 11
85-
| *Debian 9+* | OpenJDK 11, OracleJDK 11, and ZuluJDK 11
85+
| *Debian 10+* | OpenJDK 11, OracleJDK 11, and ZuluJDK 11
8686
| *SuSE 15+* | Oracle JDK 11
8787
| *Windows 10* | OracleJDK 11 and ZuluJDK 11
8888
|===

0 commit comments

Comments
 (0)