Change the installation instructions to match the correct packages

This commit is contained in:
r0kym 2025-09-01 23:10:10 +02:00
parent 222547187e
commit b2f0962527

View File

@ -69,7 +69,7 @@ Next, we need to install Python and related development tools.
Use the following command to install Python 3 with all required libraries with the default version: Use the following command to install Python 3 with all required libraries with the default version:
```shell ```shell
sudo apt-get install python3 python3-dev python3-venv python3-setuptools python3-pip python-pip sudo apt-get install python3 python3-dev python3-venv python3-setuptools python3-pip
``` ```
### Install redis and other tools ### Install redis and other tools
@ -89,7 +89,7 @@ sudo redis-server --daemonize yes
Install MySQL and required libraries with the following command: Install MySQL and required libraries with the following command:
```shell ```shell
sudo apt-get install mariadb-server mariadb-client libmariadbclient-dev sudo apt-get install mariadb-server mariadb-client libmariadb-dev-compat libmariadb-dev
``` ```
Start the mysql server Start the mysql server