From f541aaf32f76d821700745565360b2030a7cd225 Mon Sep 17 00:00:00 2001 From: "Mr. Ohu" Date: Thu, 25 Jun 2026 00:13:11 +0200 Subject: [PATCH] Update apt prerequisites for modern ubuntu (26.04 LTS) --- v2/en/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/en/installation.md b/v2/en/installation.md index b1c66f5e..0b1ff2b4 100644 --- a/v2/en/installation.md +++ b/v2/en/installation.md @@ -97,8 +97,8 @@ PATH environment. You're recommended to install the following packages using apt-get: ```bash -apt-get install libpcre3-dev \ - libssl-dev perl make build-essential curl +apt-get install libpcre2-dev libssl-dev \ + perl make build-essential curl zlib1g-dev ``` ### Fedora and RedHat users