Skip to content

Commit 4638608

Browse files
authored
Docs for installing on non-LTS Debian/Ubuntu (#8652)
Closes #8544
1 parent 66f0a8c commit 4638608

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/reference/running/deployment/bare_metal.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ Add the Gel package repository.
4040
$(grep "VERSION_CODENAME=" /etc/os-release | cut -d= -f2) main \
4141
| sudo tee /etc/apt/sources.list.d/gel.list
4242
43+
.. note::
44+
45+
For non-LTS releases of Debian/Ubuntu (e.g. Ubuntu Oracular), one can install
46+
package for latest LTS release, because they are usually forward compatible.
47+
To do this, replace the ``$(grep ...)`` with the name of latest LTS release
48+
(e.g. ``noble``).
49+
4350
Install the Gel package.
4451

4552
.. code-block:: bash

0 commit comments

Comments
 (0)