Update Debian and Ubuntu distribution information

- Recommend latest (supported) Debian and Ubuntu versions
- Update provided versions of gunicorn in Debian and Ubuntu
This commit is contained in:
Daniel Kröger 2020-12-18 10:37:19 +01:00
parent 7ca05ec4e1
commit 00e73b7e94

View File

@ -96,16 +96,39 @@ advantages:
rolled back in case of incompatibility. The package can also be purged rolled back in case of incompatibility. The package can also be purged
entirely from the system in seconds. entirely from the system in seconds.
stable ("stretch") stable ("buster")
------------------ ------------------
The version of Gunicorn in the Debian_ "stable" distribution is 19.6.0 (June The version of Gunicorn in the Debian_ "stable" distribution is 19.9.0
2017). You can install it using:: (December 2020). You can install it using::
$ sudo apt-get install gunicorn $ sudo apt-get install gunicorn
You can also use the most recent version by using `Debian Backports`_. You can also use the most recent version 20.0.4 (December 2020) by using
First, copy the following line to your ``/etc/apt/sources.list``:: `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 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 $ 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 "bullseye" and "sid" contain the latest released version of Gunicorn 20.0.4
2014). You can install it using:: (December 2020). You can install it in the usual way::
$ 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::
$ sudo apt-get install gunicorn $ sudo apt-get install gunicorn
@ -150,8 +152,8 @@ install it in the usual way::
Ubuntu Ubuntu
====== ======
Ubuntu_ 12.04 (trusty) or later contains the Gunicorn package by default so that Ubuntu_ 20.04 LTS (Focal Fossa) or later contains the Gunicorn package by
you can install it in the usual way:: default 20.0.4 (December 2020) so that you can install it in the usual way::
$ sudo apt-get update $ sudo apt-get update
$ sudo apt-get install gunicorn $ sudo apt-get install gunicorn