# 安装 Manticore Search

安装 Manticore Search：易于使用的开源快速数据库用于搜索。现代、快速、轻量级、卓越的全文搜索功能

## Manticore Search 13.11.0

2025年9月13日

[变更日志](https://manual.manticoresearch.com/Changelog#Version-13.11.0)


### 包管理器
{{< tabs >}}
  {{< tab "APT" >}}
  ### 使用 APT 在 Debian、Ubuntu 或 Linux Mint 上安装 Manticore Search

  安装 APT 仓库和新版本：
  ``` bash
  wget https://repo.manticoresearch.com/manticore-repo.noarch.deb
  sudo dpkg -i manticore-repo.noarch.deb
  sudo apt update
  sudo apt install manticore manticore-extra
  ```

  如果您是从旧版本升级而来，建议先删除旧包以避免因更新的包结构导致的冲突：
  ```bash
  sudo apt remove 'manticore*'
  ```
  它不会删除您的数据或配置文件。

  ### 启动 Manticore

  ``` bash
  sudo systemctl start manticore
  ```

  了解更多关于 Manticore Search 的 APT 仓库信息，请参阅 [文档](https://manual.manticoresearch.com/Installation/Debian_and_Ubuntu#Installing-Manticore-in-Debian-or-Ubuntu)。
  {{< /tab >}}

  {{< tab "YUM" >}}
  ### 使用 YUM 在 Centos、RHEL、Oracle Linux 和 Amazon Linux 上安装 Manticore Search

  > 此方法仅适用于 RHEL 8、9 和 10（以及兼容的发行版如 CentOS 8/9、Oracle Linux 8/9/10、AlmaLinux 8/9/10）。它不适用于基于 RHEL 7 的系统。

  安装 YUM 仓库和新版本：
  ``` bash
  sudo yum install https://repo.manticoresearch.com/manticore-repo.noarch.rpm
  sudo yum install manticore manticore-extra
  ```

  如果您是从旧版本升级而来，建议先删除旧包以避免因更新的包结构导致的冲突：
  ```bash
  sudo yum --setopt=tsflags=noscripts remove 'manticore*'
  ```
  它不会删除您的数据。如果您对配置文件进行了修改，它将被保存到 `/etc/manticoresearch/manticore.conf.rpmsave`。

  ### 启动 Manticore

  ``` bash
  sudo systemctl start manticore
  ```

  了解更多关于 Manticore Search 的 YUM 仓库信息，请参阅 [文档](https://manual.manticoresearch.com/Installation/RHEL_and_Centos#Installing-Manticore-packages-on-RedHat-and-CentOS)。
  {{< /tab >}}

  {{< tab "Homebrew" >}}

  ### 使用 Homebrew 在 MacOS 上安装 Manticore Search

  ``` bash
  brew install manticoresoftware/tap/manticoresearch manticoresoftware/tap/manticore-extra
  ```

  ### 启动 Manticore

  ``` bash
  brew services start manticoresearch
  ```

  了解更多关于 Manticore Search 的 Homebrew 包信息，请参阅 [文档](https://manual.manticoresearch.com/Installation/MacOS#Via-Homebrew-package-manager)。
  {{< /tab >}}

  {{< tab "Windows via WSL" >}}

  ### 通过 WSL 在 Windows 上安装 Manticore Search

  要在 Windows 上安装 Manticore Search，您需要先启用 WSL2（Windows Subsystem for Linux）。WSL2 允许您在 Windows 上原生运行 Linux 二进制文件。要使此方法生效，您需要运行 Windows 10 2004 或更高版本或 Windows 11。

  #### 安装或启用 WSL2

  按照 [微软官方指南](https://docs.microsoft.com/en-us/windows/wsl/install) 的分步说明安装 WSL。此指南将使用 Ubuntu 作为默认 Linux 发行版。

  #### 安装 Manticore

  一旦 WSL2 设置完成，您可以通过添加 APT 仓库并安装必要的 Manticore 包来安装 Manticore：
  ``` bash
  wget https://repo.manticoresearch.com/manticore-repo.noarch.deb
  sudo dpkg -i manticore-repo.noarch.deb
  sudo apt update
  sudo apt install manticore manticore-extra
  ```

  如果您是从旧版本升级而来，最好先删除之前的 Manticore 包以防止与更新的包结构发生冲突：
  ```bash
  sudo apt remove 'manticore*'
  ```
  此命令不会删除您的数据或配置文件。

  ### 启动 Manticore

  ``` bash
  sudo systemctl start manticore
  ```

  ### 替代方法：安装为单独的包
  如果您希望不添加 APT 仓库而安装单独的包，请前往下一节：[单独的包](#separate-packages)。

  {{< /tab >}}

  {{< tab "Windows installer" >}}

  ### 使用安装程序在 Windows 上安装 Manticore Search

  1. 下载 [Manticore Search 安装程序](https://repo.manticoresearch.com/repository/manticoresearch_windows/release/x64/manticore-13.11.0-25091207-35c627a21-x64.exe) 并运行它。按照安装说明进行操作。
  2. 选择安装目录。
  3. 选择您要安装的组件。我们建议安装所有组件。
  4. Manticore 带有一个预配置的 `manticore.conf` 文件，使用 [RT 模式](https://manual.manticoresearch.com/Read_this_first.md#Real-time-mode-vs-plain-mode)。不需要额外的配置。

  有关在 Windows 上安装和使用 Manticore 的更多详细信息，请参阅 [文档](https://manual.manticoresearch.com/Installation/Windows#Installing-Manticore-in-Windows)。

  {{< /tab >}}

  {{< tab "Docker" >}}

  ### 在 Docker 中运行 Manticore Search

  ``` bash
  docker run --name manticore -v $(pwd)/data:/var/lib/manticore -p 127.0.0.1:9306:9306 -p 127.0.0.1:9308:9308 -d manticoresearch/manticore
  ```

  此设置将启用 Manticore Columnar Library 和 Manticore Buddy，并在 9306 端口用于 MySQL 连接，在 9308 端口用于所有其他连接，使用 `./data/` 作为指定的数据目录。

  有关生产环境使用的更多信息，请参阅 [文档](https://github.com/manticoresoftware/docker#production-use)。
  {{< /tab >}}

  {{< tab "Kubernetes Helm Chart" >}}
  ### 使用 Helm 在 Kubernetes 上安装 Manticore Search

  ``` bash
  helm repo add manticoresearch https://helm.manticoresearch.com
  # Update values.yaml if needed
  helm install manticore -n manticore --create-namespace manticoresearch/manticoresearch
  ```

  您可以找到有关安装 Helm 图表的更多信息，请参阅 [文档](https://github.com/manticoresoftware/manticoresearch-helm#installation)。
  {{< /tab >}}


{{< /tabs >}}
<hr>

### 单独的包
{{< tabs >}}
  {{< tab "Ubuntu" >}}

  {{< collapse "Ubuntu 18 Bionic" >}}
  ``` bash
  source /etc/os-release
  arch=`dpkg --print-architecture`
  wget https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-backup_1.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-common_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-converter_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-dev_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server-core_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tools_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore_13.11.0-25091207-35c627a21_${arch}.deb
  sudo apt -y update && sudo apt -y install ./*.deb
  ```
  {{< /collapse >}}
  {{< collapse "Ubuntu 20 Focal" >}}
  ``` bash
  source /etc/os-release
  arch=`dpkg --print-architecture`
  wget https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-backup_1.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-common_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-converter_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-dev_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server-core_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tools_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore_13.11.0-25091207-35c627a21_${arch}.deb
  sudo apt -y update && sudo apt -y install ./*.deb
  ```
  {{< /collapse >}}
  {{< collapse "Ubuntu 22 Jammy" >}}
  ``` bash
  source /etc/os-release
  arch=`dpkg --print-architecture`
  wget https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-backup_1.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-common_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-converter_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-dev_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server-core_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tools_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore_13.11.0-25091207-35c627a21_${arch}.deb
  sudo apt -y update && sudo apt -y install ./*.deb
  ```
  {{< /collapse >}}

  {{< collapse "Ubuntu 24 Noble" >}}
  ``` bash
  source /etc/os-release
  arch=`dpkg --print-architecture`
  wget https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-backup_1.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-common_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-converter_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-dev_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server-core_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tools_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore_13.11.0-25091207-35c627a21_${arch}.deb
  sudo apt -y update && sudo apt -y install ./*.deb
  ```
  {{< /collapse >}}

  {{< /tab >}}

  {{< tab "Debian" >}}

  {{< collapse "Debian 11 Bullseye" >}}
  ```bash
  source /etc/os-release
  arch=`dpkg --print-architecture`
  wget https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-backup_1.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-common_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-converter_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-dev_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-server-core_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-server_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-tools_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore_13.11.0-25091207-35c627a21_${arch}.deb
  sudo apt -y update && sudo apt -y install ./*.deb
  ```
  {{< /collapse >}}
  {{< collapse "Debian 12 Bookworm" >}}
  ```bash
  source /etc/os-release
  arch=`dpkg --print-architecture`
  wget https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-backup_1.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-common_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-converter_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-dev_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-icudata-65l.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-server-core_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-server_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-tools_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore_13.11.0-25091207-35c627a21_${arch}.deb
  sudo apt -y update && sudo apt -y install ./*.deb
  ```
  {{< /collapse >}}

{{< collapse "Debian 13 Trixie" >}}
  ```bash
  source /etc/os-release
  arch=`dpkg --print-architecture`
  wget https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-backup_1.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-common_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-converter_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-dev_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-icudata-65l.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-server-core_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-server_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-tools_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore_13.11.0-25091207-35c627a21_${arch}.deb
  sudo apt -y update && sudo apt -y install ./*.deb
  ```
  {{< /collapse >}}

  {{< /tab >}}

  {{< tab "Centos / RHEL / Alma / Oracle" >}}

  {{< collapse "Centos 8 (Oracle Linux 8, Stream 8)" >}}
  ``` bash
  arch=`arch`
  yum -y install https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-13.11.0_25091207.35c627a21-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-backup-1.9.6+25070510.5247d066-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-buddy-3.35.1+25090418.41d9811f-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-columnar-lib-8.0.3+25091012.6d8ff919-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-common-13.11.0_25091207.35c627a21-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-converter-13.11.0_25091207.35c627a21-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-devel-13.11.0_25091207.35c627a21-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/x86_64/manticore-executor-1.3.5+25070803.6c4be4c1-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/x86_64/manticore-extra-1.3.5+25070803.6c4be4c1-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-galera-3.37-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-icudata.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-language-packs-1.0.13_250708.1e9c2cd-1.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-load-1.19.0+25063014.1ff59652-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-server-13.11.0_25091207.35c627a21-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-server-core-13.11.0_25091207.35c627a21-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-tools-13.11.0_25091207.35c627a21-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-tzdata-1.0.1_250708.4dfa71e-1.noarch.rpm
  ```
  {{< /collapse >}}

  {{< collapse "Centos 9 (AlmaLinux 9)" >}}
  ``` bash
  arch=`arch`
  yum -y install https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-13.11.0_25091207.35c627a21-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-backup-1.9.6+25070510.5247d066-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-buddy-3.35.1+25090418.41d9811f-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-columnar-lib-8.0.3+25091012.6d8ff919-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-common-13.11.0_25091207.35c627a21-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-converter-13.11.0_25091207.35c627a21-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-devel-13.11.0_25091207.35c627a21-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/x86_64/manticore-executor-1.3.5+25070803.6c4be4c1-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/x86_64/manticore-extra-1.3.5+25070803.6c4be4c1-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-galera-3.37-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-icudata.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-language-packs-1.0.13_250708.1e9c2cd-1.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-load-1.19.0+25063014.1ff59652-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-server-13.11.0_25091207.35c627a21-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-server-core-13.11.0_25091207.35c627a21-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-tools-13.11.0_25091207.35c627a21-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-tzdata-1.0.1_250708.4dfa71e-1.noarch.rpm
  ```
  {{< /collapse >}}

  {{< collapse "AlmaLinux 10 (and other RHEL 10-based distributions)" >}}
  ``` bash
  arch=`arch`
  yum -y install https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-13.11.0_25091207.35c627a21-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-backup-1.9.6+25070510.5247d066-1.el10.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-buddy-3.35.1+25090418.41d9811f-1.el10.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-columnar-lib-8.0.3+25091012.6d8ff919-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-common-13.11.0_25091207.35c627a21-1.el10.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-converter-13.11.0_25091207.35c627a21-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-devel-13.11.0_25091207.35c627a21-1.el10.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/x86_64/manticore-executor-1.3.5+25070803.6c4be4c1-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/x86_64/manticore-extra-1.3.5+25070803.6c4be4c1-1.el10.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-galera-3.37-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-icudata-65l.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-language-packs-1.0.13_250708.1e9c2cd-1.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-load-1.19.0+25063014.1ff59652-1.el10.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-server-13.11.0_25091207.35c627a21-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-server-core-13.11.0_25091207.35c627a21-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-tools-13.11.0_25091207.35c627a21-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-tzdata-1.0.1_250708.4dfa71e-1.noarch.rpm
  ```
  {{< /collapse >}}

  {{< /tab >}}

  {{< tab "Mint" >}}
  {{< collapse "Linux Mint 19" >}}

  ``` bash
  arch=`dpkg --print-architecture`
  wget https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-backup_1.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb  https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-common_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-converter_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-dev_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server-core_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tools_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore_13.11.0-25091207-35c627a21_${arch}.deb
  sudo apt -y update && sudo apt -y install ./*.deb
  ```
  {{< /collapse >}}

{{< collapse "Linux Mint 20" >}}
  ``` bash
  arch=`dpkg --print-architecture`
  wget https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-backup_1.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-common_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-converter_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-dev_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server-core_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tools_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore_13.11.0-25091207-35c627a21_${arch}.deb
  sudo apt -y update && sudo apt -y install ./*.deb
  ```
  {{< /collapse >}}

  {{< collapse "Linux Mint 21" >}}
  ``` bash
  arch=`dpkg --print-architecture`
  wget https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-backup_1.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-common_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-converter_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-dev_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server-core_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tools_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore_13.11.0-25091207-35c627a21_${arch}.deb
  sudo apt -y update && sudo apt -y install ./*.deb
  ```
  {{< /collapse >}}

  {{< /tab >}}

  {{< tab "Windows via WSL" >}}
  ``` bash
  mkdir -p /tmp/manticore_install && cd /tmp/manticore_install
  source /etc/os-release
  arch=`dpkg --print-architecture`
  wget https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-backup_1.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-common_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-converter_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-dev_13.11.0-25091207-35c627a21_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-server-core_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-server_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-tools_13.11.0-25091207-35c627a21_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore_13.11.0-25091207-35c627a21_${arch}.deb

  sudo chmod -R o+r /tmp/manticore_install

  sudo apt -y update && sudo apt -y install ./*.deb
  ```
  {{< /tab >}}  

{{< /tabs >}}

### 其他下载
{{< tabs >}}
  {{< tab "English, German, Russian lemmatizers" >}}
  ### English, German and Russian lemmatizers for Manticore Search
  在 Manticore Search 中了解更多关于形态学的内容 [在文档中](https://manual.manticoresearch.com/Creating_a_table/NLP_and_tokenization/Morphology).

  ##### Via APT:
  ``` bash
  apt install manticore-language-packs
  ```

  ##### Via YUM:
  ``` bash
  yum install manticore-language-packs
  ```

  ##### Via Homebrew on MacOS:
  ``` bash
  brew tap manticoresoftware/tap
  brew install manticoresoftware/tap/manticore-language-packs
  ```

  ##### Windows (non-WSL):
  解压 [en.pak.tgz](https://repo.manticoresearch.com/repository/morphology/en.pak.tgz) 用于英语，[de.pak.tgz](https://repo.manticoresearch.com/repository/morphology/de.pak.tgz) 用于德语，或 [ru.pak.tgz](https://repo.manticoresearch.com/repository/morphology/ru.pak.tgz) 用于俄语到配置中指定的 [lemmatizer_base](https://manual.manticoresearch.com/Server_settings/Common#lemmatizer_base) 文件夹，并重新启动 Manticore Search。

  {{< /tab >}}

  {{< tab "Ukrainian lemmatizer" >}}
  ### Ukrainian lemmatizer for Manticore Search

  {{< collapse "Debian, Ubuntu" >}}
  https://manual.manticoresearch.com/Installation/Debian_and_Ubuntu#Ukrainian-lemmatizer
  {{< /collapse >}}
  {{< collapse "RHEL-based" >}}
  https://manual.manticoresearch.com/Installation/RHEL_and_Centos#Ukrainian-lemmatizer
  {{< /collapse >}}

  {{< /tab >}}

{{< /tabs >}}

## 归档版本
{{< tabs >}}
  {{< tab "Before 3.5.0" >}}
  您可以在 [Github Releases](https://github.com/manticoresoftware/manticoresearch/releases) 找到 Manticore Search 3.5.0 之前的版本包
  {{< /tab >}}
  {{< tab "Since 3.5.0" >}}
  您可以在 [repo.manticoresearch.com](https://repo.manticoresearch.com/) 找到 Manticore Search 3.5.0 及之后版本的包
  {{< /tab >}}
{{< /tabs >}}
