This is an automated email from the ASF dual-hosted git repository.
baoyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git
The following commit(s) were added to refs/heads/master by this push:
new b7d27db1d docs: update supported OS versions in install-dependencies
(#12845)
b7d27db1d is described below
commit b7d27db1d4d582143fb5814623e4423189e23d74
Author: 荻升 <[email protected]>
AuthorDate: Mon Dec 29 07:32:55 2025 +0000
docs: update supported OS versions in install-dependencies (#12845)
---
docs/en/latest/install-dependencies.md | 2 +-
docs/zh/latest/install-dependencies.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/latest/install-dependencies.md
b/docs/en/latest/install-dependencies.md
index 049c1a69d..c8ed977de 100644
--- a/docs/en/latest/install-dependencies.md
+++ b/docs/en/latest/install-dependencies.md
@@ -37,7 +37,7 @@ title: Install Dependencies
Run the following command to install Apache APISIX's dependencies on a
supported operating system.
-Supported OS versions: CentOS7, Fedora31 & 32, Ubuntu 16.04 & 18.04, Debian 9
& 10, Arch Linux.
+Supported OS versions: Debian 11/12, Ubuntu 20.04/22.04/24.04, etc.
Note that in the case of Arch Linux, we use `openresty` from the AUR, thus
requiring a AUR helper. For now `yay` and `pacaur` are supported.
diff --git a/docs/zh/latest/install-dependencies.md
b/docs/zh/latest/install-dependencies.md
index c545c8cc9..c2b713163 100644
--- a/docs/zh/latest/install-dependencies.md
+++ b/docs/zh/latest/install-dependencies.md
@@ -37,7 +37,7 @@ title: 安装依赖
在支持的操作系统上运行以下指令即可安装 Apache APISIX dependencies。
-支持的操作系统版本:CentOS 7, Fedora 31 & 32, Ubuntu 16.04 & 18.04, Debian 9 & 10, Arch
Linux。
+支持的操作系统版本:Debian 11/12, Ubuntu 20.04/22.04/24.04 等。
注意,对于 Arch Linux 来说,我们使用 AUR 源中的 `openresty`,所以需要 AUR Helper 才能正常安装。目前支持 `yay`
和 `pacaur`。