@@ -96,68 +96,42 @@ advantages:
96
96
rolled back in case of incompatibility. The package can also be purged
97
97
entirely from the system in seconds.
98
98
99
- stable ("buster ")
100
- ------------------
99
+ stable (as of 2024, "bookworm ")
100
+ -------------------------------
101
101
102
- The version of Gunicorn in the Debian _ "stable" distribution is 19.9 .0
103
- (December 2020 ). You can install it using::
102
+ The version of Gunicorn in the Debian _ "stable" distribution is 20.1 .0
103
+ (2021-04-28 ). You can install it using::
104
104
105
- $ sudo apt-get install gunicorn3
106
-
107
- You can also use the most recent version 20.0.4 (December 2020) by using
108
- `Debian Backports `_. First, copy the following line to your
109
- ``/etc/apt/sources.list ``::
110
-
111
- deb http://ftp.debian.org/debian buster-backports main
112
-
113
- Then, update your local package lists::
114
-
115
- $ sudo apt-get update
116
-
117
- You can then install the latest version using::
118
-
119
- $ sudo apt-get -t buster-backports install gunicorn
120
-
121
- oldstable ("stretch")
122
- ---------------------
123
-
124
- While Debian releases newer than Stretch will give you gunicorn with Python 3
125
- support no matter if you install the gunicorn or gunicorn3 package for Stretch
126
- you specifically have to install gunicorn3 to get Python 3 support.
127
-
128
- The version of Gunicorn in the Debian _ "oldstable" distribution is 19.6.0
129
- (December 2020). You can install it using::
130
-
131
- $ sudo apt-get install gunicorn3
105
+ $ sudo apt-get install gunicorn
132
106
133
- You can also use the most recent version 19.7.1 (December 2020) by using
107
+ You may have access to a more recent packaged version by using
134
108
`Debian Backports `_. First, copy the following line to your
135
109
``/etc/apt/sources.list ``::
136
110
137
- deb http://ftp.debian.org/debian stretch -backports main
111
+ deb http://ftp.debian.org/debian bookworm -backports main
138
112
139
113
Then, update your local package lists::
140
114
141
115
$ sudo apt-get update
142
116
143
- You can then install the latest version using::
117
+ You can then install the latest available version using::
144
118
145
- $ sudo apt-get -t stretch -backports install gunicorn3
119
+ $ sudo apt-get -t bookworm -backports install gunicorn
146
120
147
- Testing ("bullseye ") / Unstable ("sid")
148
- ---------------------------------------
121
+ Testing (as of 2024, "trixie ") / Unstable ("sid")
122
+ -------------------------------------------------
149
123
150
- "bullseye " and "sid" contain the latest released version of Gunicorn 20.0.4
151
- (December 2020 ). You can install it in the usual way::
124
+ "trixie " and "sid" ship the most recently packaged version of Gunicorn 20.1.0
125
+ (2021-04-28 ). You can install it in the usual way::
152
126
153
127
$ sudo apt-get install gunicorn
154
128
155
129
156
130
Ubuntu
157
131
======
158
132
159
- Ubuntu _ 20.04 LTS (Focal Fossa) or later contains the Gunicorn package by
160
- default 20.0.4 (December 2020) so that you can install it in the usual way::
133
+ Ubuntu _ 20.04 LTS (Focal Fossa) and later ship packages similar to Debian
134
+ so that you can install it in the usual way::
161
135
162
136
$ sudo apt-get update
163
137
$ sudo apt-get install gunicorn
0 commit comments