Skip to content

Commit df525a0

Browse files
committed
doc: remove mention of Ubuntu 18.04 since it's very old now
Also update install requirements accordingly.
1 parent 210de14 commit df525a0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

doc/installation.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,7 @@ On Debian derivatives
1212
.. code-block:: bash
1313
1414
$ sudo apt update
15-
$ sudo apt install git virtualenv python3-dev build-essential mariadb-server gettext libzip-dev libssl-dev
16-
17-
On Ubuntu 18.04 LTS you need to install libmariadbclient-dev:
18-
19-
.. code-block:: bash
20-
21-
$ sudo apt install libmariadbclient-dev
15+
$ sudo apt install git python3-venv python3-dev build-essential mariadb-server gettext libzip-dev libssl-dev
2216
2317
On Ubuntu 20.04 LTS and later you need to install libmariadb-dev-compat:
2418

0 commit comments

Comments
 (0)