Skip to content

Commit 57a2ba2

Browse files
Update Ubuntu Bionic to Focal in setup.rst (#654)
* Update Ubuntu Bionic to Focal in setup.rst Ubuntu Focal Fossa is the latest LTS release. Its default Python version is 3.8. Also, I added a numeric version of the Ubuntu release because it is likely more familiar to users. * Update setup docs to Jammy Jellyfish. Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 56aacb5 commit 57a2ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ dependencies for the Python you're working on by using the ``apt`` command.
315315
First, make sure you have enabled the source packages in the sources list.
316316
You can do this by adding the location of the source packages, including
317317
URL, distribution name and component name, to ``/etc/apt/sources.list``.
318-
Take Ubuntu Bionic for example::
318+
Take Ubuntu 22.04 LTS (Jammy Jellyfish) for example::
319319

320-
deb-src http://archive.ubuntu.com/ubuntu/ bionic main
320+
deb-src http://archive.ubuntu.com/ubuntu/ jammy main
321321

322322
For other distributions, like Debian, change the URL and names to correspond
323323
with the specific distribution.

0 commit comments

Comments
 (0)