From 00e73b7e941c952495e7ca2b946ee3794fd2c5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kr=C3=B6ger?= Date: Fri, 18 Dec 2020 10:37:19 +0100 Subject: [PATCH] Update Debian and Ubuntu distribution information - Recommend latest (supported) Debian and Ubuntu versions - Update provided versions of gunicorn in Debian and Ubuntu --- docs/source/install.rst | 66 +++++++++++++++++++++-------------------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 13bae45c..64100e72 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -96,16 +96,39 @@ advantages: rolled back in case of incompatibility. The package can also be purged entirely from the system in seconds. -stable ("stretch") +stable ("buster") ------------------ -The version of Gunicorn in the Debian_ "stable" distribution is 19.6.0 (June -2017). You can install it using:: +The version of Gunicorn in the Debian_ "stable" distribution is 19.9.0 +(December 2020). You can install it using:: $ sudo apt-get install gunicorn -You can also use the most recent version by using `Debian Backports`_. -First, copy the following line to your ``/etc/apt/sources.list``:: +You can also use the most recent version 20.0.4 (December 2020) by using +`Debian Backports`_. First, copy the following line to your +``/etc/apt/sources.list``:: + + deb http://ftp.debian.org/debian buster-backports main + +Then, update your local package lists:: + + $ sudo apt-get update + +You can then install the latest version using:: + + $ sudo apt-get -t buster-backports install gunicorn + +oldstable ("stretch") +--------------------- + +The version of Gunicorn in the Debian_ "oldstable" distribution is 19.6.0 +(December 2020). You can install it using:: + + $ sudo apt-get install gunicorn + +You can also use the most recent version 19.7.1 (December 2020) by using +`Debian Backports`_. First, copy the following line to your +``/etc/apt/sources.list``:: deb http://ftp.debian.org/debian stretch-backports main @@ -117,32 +140,11 @@ You can then install the latest version using:: $ sudo apt-get -t stretch-backports install gunicorn -oldstable ("jessie") --------------------- +Testing ("bullseye") / Unstable ("sid") +--------------------------------------- -The version of Gunicorn in the Debian_ "oldstable" distribution is 19.0 (June -2014). You can install it using:: - - $ sudo apt-get install gunicorn - -You can also use the most recent version by using `Debian Backports`_. -First, copy the following line to your ``/etc/apt/sources.list``:: - - deb http://ftp.debian.org/debian jessie-backports main - -Then, update your local package lists:: - - $ sudo apt-get update - -You can then install the latest version using:: - - $ sudo apt-get -t jessie-backports install gunicorn - -Testing ("buster") / Unstable ("sid") -------------------------------------- - -"buster" and "sid" contain the latest released version of Gunicorn. You can -install it in the usual way:: +"bullseye" and "sid" contain the latest released version of Gunicorn 20.0.4 +(December 2020). You can install it in the usual way:: $ sudo apt-get install gunicorn @@ -150,8 +152,8 @@ install it in the usual way:: Ubuntu ====== -Ubuntu_ 12.04 (trusty) or later contains the Gunicorn package by default so that -you can install it in the usual way:: +Ubuntu_ 20.04 LTS (Focal Fossa) or later contains the Gunicorn package by +default 20.0.4 (December 2020) so that you can install it in the usual way:: $ sudo apt-get update $ sudo apt-get install gunicorn