Skip to content

Commit 6ddf0f4

Browse files
kartbendanieldegrasse
authored andcommitted
doc: develop: gsg: move from ubuntu 20.04 to 22.04 as minimum version
Ubuntu 20.04 has entered "security fixes only" mode since May 2025, so we can simplify the getting started guide by making the instructions apply to 22.04 and onwards, and remove the instructions for adding Kitware APT repository in the process. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 0d7c751 commit 6ddf0f4

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

doc/develop/getting_started/index.rst

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Click the operating system you are using.
2222

2323
.. group-tab:: Ubuntu
2424

25-
This guide covers Ubuntu version 20.04 LTS and later.
25+
This guide covers Ubuntu version 22.04 LTS and later.
2626
If you are using a different Linux distribution see :ref:`installation_linux`.
2727

2828
.. code-block:: bash
@@ -73,19 +73,6 @@ The current minimum required version for the main dependencies are:
7373

7474
.. _install_dependencies_ubuntu:
7575

76-
#. If using an Ubuntu version older than 22.04, it is necessary to add extra
77-
repositories to meet the minimum required versions for the main
78-
dependencies listed above. In that case, download, inspect and execute
79-
the Kitware archive script to add the Kitware APT repository to your
80-
sources list.
81-
A detailed explanation of ``kitware-archive.sh`` can be found here
82-
`kitware third-party apt repository <https://apt.kitware.com/>`_:
83-
84-
.. code-block:: bash
85-
86-
wget https://apt.kitware.com/kitware-archive.sh
87-
sudo bash kitware-archive.sh
88-
8976
#. Use ``apt`` to install the required dependencies:
9077

9178
.. code-block:: bash

0 commit comments

Comments
 (0)