Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/linux-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ To configure MySQL in Ubuntu and similar (set `root` password and other settings

---

#### Debian 12
#### Debian 12 & 13

```sh
apt-get update && apt-get install -y git cmake make gcc g++ clang libssl-dev libbz2-dev libreadline-dev libncurses-dev libboost-all-dev lsb-release gnupg wget
apt-get update && apt-get install -y git cmake make gcc g++ clang libssl-dev libbz2-dev libreadline-dev libncurses-dev libboost-all-dev lsb-release gnupg wget screen
```

Remember that if you are using the `root` user, it is not necessary to use `sudo`.
Expand All @@ -42,7 +42,7 @@ Remember that if you are using the `root` user, it is not necessary to use `sudo

1. Visit the [MySQL APT repository](https://dev.mysql.com/downloads/repo/apt/) page to verify and download the latest script version.
```sh
export MYSQL_APT_CONFIG_VERSION=0.8.33-1
export MYSQL_APT_CONFIG_VERSION=0.8.36-1
```

1. Download the latest MySQL repository information package.
Expand Down