diff --git a/templates/pages/download/linux/debian.html b/templates/pages/download/linux/debian.html
index f037c12..b647817 100644
--- a/templates/pages/download/linux/debian.html
+++ b/templates/pages/download/linux/debian.html
@@ -81,7 +81,7 @@ Debian includes PostgreSQL by default. To install PostgreSQL on
Debian, use the apt-get (or other apt-driving) command:
- apt-get install postgresql-9.6 + apt-get install postgresql-10
The repository contains many different packages including third party @@ -91,23 +91,23 @@ version number as required):
| postgresql-client-9.6 | +postgresql-client-10 | client libraries and client binaries | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| postgresql-9.6 | +postgresql-10 | core database server | ||||||||||||
| postgresql-contrib-9.6 | -additional supplied modules | +postgresql-contrib-9.x | +additional supplied modules (part of the postgresql-xx package in version 10 and later) | |||||||||||
| libpq-dev | libraries and headers for C language frontend development | |||||||||||||
| postgresql-server-dev-9.6 | +postgresql-server-dev-10 | libraries and headers for C language backend development | ||||||||||||
| postgresql-client-9.6 | +postgresql-client-10 | client libraries and client binaries | |
|---|---|---|---|
| postgresql-9.6 | +postgresql-10 | core database server | |
| postgresql-contrib-9.6 | -additional supplied modules | +postgresql-contrib-9.x | +additional supplied modules (part of the postgresql-xx package in version 10 and later) |
| libpq-dev | libraries and headers for C language frontend development | ||
| postgresql-server-dev-9.6 | +postgresql-server-dev-10 | libraries and headers for C language backend development | |