Skip to content

Commit f950046

Browse files
committed
docs: remove references to EoL software
Debian buster EoL since 2022-09-10
1 parent e0a9aa1 commit f950046

File tree

1 file changed

+15
-41
lines changed

1 file changed

+15
-41
lines changed

docs/source/install.rst

Lines changed: 15 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -96,68 +96,42 @@ advantages:
9696
rolled back in case of incompatibility. The package can also be purged
9797
entirely from the system in seconds.
9898

99-
stable ("buster")
100-
------------------
99+
stable (as of 2024, "bookworm")
100+
-------------------------------
101101

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::
104104

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
132106

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
134108
`Debian Backports`_. First, copy the following line to your
135109
``/etc/apt/sources.list``::
136110

137-
deb http://ftp.debian.org/debian stretch-backports main
111+
deb http://ftp.debian.org/debian bookworm-backports main
138112

139113
Then, update your local package lists::
140114

141115
$ sudo apt-get update
142116

143-
You can then install the latest version using::
117+
You can then install the latest available version using::
144118

145-
$ sudo apt-get -t stretch-backports install gunicorn3
119+
$ sudo apt-get -t bookworm-backports install gunicorn
146120

147-
Testing ("bullseye") / Unstable ("sid")
148-
---------------------------------------
121+
Testing (as of 2024, "trixie") / Unstable ("sid")
122+
-------------------------------------------------
149123

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::
152126

153127
$ sudo apt-get install gunicorn
154128

155129

156130
Ubuntu
157131
======
158132

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::
161135

162136
$ sudo apt-get update
163137
$ sudo apt-get install gunicorn

0 commit comments

Comments
 (0)