⚠️ 此页面为自动翻译,翻译可能不完美。

Manticore Search 9.3.2

2025年5月2日

变更日志

包管理器

安装 APT 仓库和新版本:

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

如果您是从旧版本升级,建议先删除旧包以避免因更新的包结构导致的冲突:

sudo apt remove 'manticore*'

它不会删除您的数据或配置文件。

启动 Manticore

sudo systemctl start manticore

文档 中了解更多关于 Manticore Search 的 APT 仓库的信息。

安装 YUM 仓库和新版本:

sudo yum install https://repo.manticoresearch.com/manticore-repo.noarch.rpm
sudo yum install manticore manticore-extra

如果您是从旧版本升级,建议先删除旧包以避免因更新的包结构导致的冲突:

sudo yum --setopt=tsflags=noscripts remove 'manticore*'

它不会删除您的数据。如果您修改了配置文件,它将被保存到 /etc/manticoresearch/manticore.conf.rpmsave

启动 Manticore

sudo systemctl start manticore

文档 中了解更多关于 Manticore Search 的 YUM 仓库的信息。

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

启动 Manticore

brew services start manticoresearch

文档 中了解更多关于 Manticore Search 的 Homebrew 包的信息。

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

安装或启用 WSL2

按照 微软官方指南 逐步安装 WSL。此指南将使用 Ubuntu 作为默认 Linux 发行版。

安装 Manticore

一旦设置好 WSL2,您可以通过添加 APT 仓库并安装必要的 Manticore 包来安装 Manticore:

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 包以防止与更新的包结构发生冲突:

sudo apt remove 'manticore*'

此命令不会删除您的数据或配置文件。

启动 Manticore

sudo systemctl start manticore

替代方法:安装为单独的包

如果您希望不添加 APT 仓库而安装单独的包,请前往下一节: 单独的包

  1. 下载 [Manticore Search 安装程序]( https://repo.manticoresearch.com/repository/manticoresearch_windows/release/x64/manticore-9.3.2-250502
  2. Choose the directory to install to.
  3. Select the components you want to install. We recommend installing all of them.
  4. Manticore comes with a preconfigured manticore.conf file in RT mode . No additional configuration is required.

Please find more details on installing and using Manticore in Windows in the documentation .

Run Manticore Search in Docker

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

This setup will enable the Manticore Columnar Library and Manticore Buddy, and run Manticore on ports 9306 for MySQL connections and 9308 for all other connections, using ./data/ as the designated data directory.

Read more about production use in the documentation .

Install Manticore Search on Kubernetes using Helm

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

You can find more information about installing the Helm chart in the documentation .


Separate packages

source /etc/os-release
arch=`dpkg --print-architecture`
wget https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-backup_1.7.4+25012416-be8f7625_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-buddy_3.27.3+25050214-c52f3477_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-columnar-lib-dev_1.15.4-220522-2fef34e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-columnar-lib_4.2.1-25050206-0fe99f4_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-common_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-converter_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-dev_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-executor_1.3.2-25012408-1856ac9_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-extra_1.3.2-25012408-1856ac9_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.12-250208-d9baee7_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_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tools_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tzdata_1.0.0-240522-a8aa66e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore_9.3.2-25050208-428075261_${arch}.deb
sudo apt -y update && sudo apt -y install ./*.deb

source /etc/os-release
arch=`dpkg --print-architecture`
wget https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-backup_1.7.4+25012416-be8f7625_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-buddy_3.27.3+25050214-c52f3477_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-columnar-lib-dev_1.15.4-220522-2fef34e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-columnar-lib_4.2.1-25050206-0fe99f4_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-common_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-converter_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-dev_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-executor_1.3.2-25012408-1856ac9_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-extra_1.3.2-25012408-1856ac9_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.12-250208-d9baee7_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_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tools_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tzdata_1.0.0-240522-a8aa66e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore_9.3.2-25050208-428075261_${arch}.deb
sudo apt -y update && sudo apt -y install ./*.deb

source /etc/os-release
arch=`dpkg --print-architecture`
wget https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-backup_1.7.4+25012416-be8f7625_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-buddy_3.27.3+25050214-c52f3477_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-columnar-lib-dev_1.15.4-220522-2fef34e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-columnar-lib_4.2.1-25050206-0fe99f4_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-common_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-converter_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-dev_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-executor_1.3.2-25012408-1856ac9_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-extra_1.3.2-25012408-1856ac9_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.12-250208-d9baee7_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_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tools_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tzdata_1.0.0-240522-a8aa66e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore_9.3.2-25050208-428075261_${arch}.deb
sudo apt -y update && sudo apt -y install ./*.deb

source /etc/os-release
arch=`dpkg --print-architecture`
wget https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-backup_1.7.4+25012416-be8f7625_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-buddy_3.27.3+25050214-c52f3477_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-columnar-lib-dev_1.15.4-220522-2fef34e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-columnar-lib_4.2.1-25050206-0fe99f4_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-common_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-converter_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-dev_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-executor_1.3.2-25012408-1856ac9_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-extra_1.3.2-25012408-1856ac9_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.12-250208-d9baee7_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_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tools_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tzdata_1.0.0-240522-a8aa66e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore_9.3.2-25050208-428075261_${arch}.deb
sudo apt -y update && sudo apt -y install ./*.deb

source /etc/os-release
arch=`dpkg --print-architecture`
wget https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-backup_1.7.4+25012416-be8f7625_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-buddy_3.27.3+25050214-c52f3477_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-columnar-lib-dev_1.15.4-220522-2fef34e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-columnar-lib_4.2.1-25050206-0fe99f4_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-common_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-converter_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-dev_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-executor_1.3.2-25012408-1856ac9_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-extra_1.3.2-25012408-1856ac9_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-language-packs_1.0.12-250208-d9baee7_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-server-core_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-server_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-tools_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-tzdata_1.0.0-240522-a8aa66e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore_9.3.2-25050208-428075261_${arch}.deb
sudo apt -y update && sudo apt -y install ./*.deb

source /etc/os-release
arch=`dpkg --print-architecture`
wget https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-backup_1.7.4+25012416-be8f7625_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-buddy_3.27.3+25050214-c52f3477_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-columnar-lib-dev_1.15.4-220522-2fef34e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-columnar-lib_4.2.1-25050206-0fe99f4_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-common_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-converter_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-dev_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-executor_1.3.2-25012408-1856ac9_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-extra_1.3.2-25012408-1856ac9_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.12-250208-d9baee7_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_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-server_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-tools_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-tzdata_1.0.0-240522-a8aa66e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore_9.3.2-25050208-428075261_${arch}.deb
sudo apt -y update && sudo apt -y install ./*.deb

source /etc/os-release
arch=`dpkg --print-architecture`
wget https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-backup_1.7.4+25012416-be8f7625_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-buddy_3.27.3+25050214-c52f3477_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-columnar-lib_4.2.1-25050206-0fe99f4_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-common_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-converter_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-dev_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-executor_1.3.2-25012408-1856ac9_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-extra_1.3.2-25012408-1856ac9_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.12-250208-d9baee7_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_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-server_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-tools_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-tzdata_1.0.0-240522-a8aa66e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore_9.3.2-25050208-428075261_${arch}.deb
sudo apt -y update && sudo apt -y install ./*.deb

arch=`arch`
yum -y install https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-9.3.2_25050208.428075261-1.el7.centos.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-backup-1.7.4+25012416.be8f7625-1.el7.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-buddy-3.27.3+25050214.c52f3477-1.el7.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-columnar-lib-4.2.1_25050206.0fe99f4-1.el7.centos.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-columnar-lib-dev-1.15.4_220522.2fef34e-1.el7.centos.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-common-9.3.2_25050208.428075261-1.el7.centos.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-converter-9.3.2_25050208.428075261-1.el7.centos.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-devel-9.3.2_25050208.428075261-1.el7.centos.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-executor-1.3.2_25012408.1856ac9-1.el7.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-extra-1.3.2_25012408.1856ac9-1.el7.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-galera-3.37-1.el7.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-icudata.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-language-packs-1.0.12_250208.d9baee7-1.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-load-1.18.2+25050118.8537968a-1.el7.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-server-9.3.2_25050208.428075261-1.el7.centos.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-server-core-9.3.2_25050208.428075261-1.el7.centos.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-tools-9.3.2_25050208.428075261-1.el7.centos.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-tzdata-1.0.0_240522.a8aa66e-1.noarch.rpm

arch=`arch`
yum -y install https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-9.3.2_25050208.428075261-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-backup-1.7.4+25012416.be8f7625-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-buddy-3.27.3+25050214.c52f3477-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-columnar-lib-4.2.1_25050206.0fe99f4-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-columnar-lib-dev-1.15.4_220522.2fef34e-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-common-9.3.2_25050208.428075261-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-converter-9.3.2_25050208.428075261-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-devel-9.3.2_25050208.428075261-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-executor-1.3.2_25012408.1856ac9-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-extra-1.3.2_25012408.1856ac9-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.12_250208.d9baee7-1.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-load-1.18.2+25050118.8537968a-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-server-9.3.2_25050208.428075261-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-server-core-9.3.2_25050208.428075261-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-tools-9.3.2_25050208.428075261-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-tzdata-1.0.0_240522.a8aa66e-1.noarch.rpm

arch=`arch`
yum -y install https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-9.3.2_25050208.428075261-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-backup-1.7.4+25012416.be8f7625-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-buddy-3.27.3+25050214.c52f3477-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-columnar-lib-4.2.1_25050206.0fe99f4-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-common-9.3.2_25050208.428075261-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-converter-9.3.2_25050208.428075261-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-devel-9.3.2_25050208.428075261-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-executor-1.3.2_25012408.1856ac9-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-extra-1.3.2_25012408.1856ac9-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.12_250208.d9baee7-1.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-load-1.18.2+25050118.8537968a-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-server-9.3.2_25050208.428075261-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-server-core-9.3.2_25050208.428075261-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-tools-9.3.2_25050208.428075261-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-tzdata-1.0.0_240522.a8aa66e-1.noarch.rpm

arch=`dpkg --print-architecture`
wget https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-backup_1.7.4+25012416-be8f7625_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-buddy_3.27.3+25050214-c52f3477_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-columnar-lib-dev_1.15.4-220522-2fef34e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-columnar-lib_4.2.1-25050206-0fe99f4_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-common_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-converter_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-dev_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-executor_1.3.2-25012408-1856ac9_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-extra_1.3.2-25012408-1856ac9_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.12-250208-d9baee7_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_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tools_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tzdata_1.0.0-240522-a8aa66e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore_9.3.2-25050208-428075261_${arch}.deb
sudo apt -y update && sudo apt -y install ./*.deb

arch=`dpkg --print-architecture`
wget https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-backup_1.7.4+25012416-be8f7625_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-buddy_3.27.3+25050214-c52f3477_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-columnar-lib-dev_1.15.4-220522-2fef34e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-columnar-lib_4.2.1-25050206-0fe99f4_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-common_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-converter_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-dev_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-executor_1.3.2-25012408-1856ac9_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-extra_1.3.2-25012408-1856ac9_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.12-250208-d9baee7_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_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tools_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tzdata_1.0.0-240522-a8aa66e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore_9.3.2-25050208-428075261_${arch}.deb
sudo apt -y update && sudo apt -y install ./*.deb

arch=`dpkg --print-architecture`
wget https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-backup_1.7.4+25012416-be8f7625_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-buddy_3.27.3+25050214-c52f3477_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-columnar-lib-dev_1.15.4-220522-2fef34e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-columnar-lib_4.2.1-25050206-0fe99f4_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-common_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-converter_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-dev_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-executor_1.3.2-25012408-1856ac9_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-extra_1.3.2-25012408-1856ac9_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.12-250208-d9baee7_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_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tools_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tzdata_1.0.0-240522-a8aa66e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore_9.3.2-25050208-428075261_${arch}.deb
sudo apt -y update && sudo apt -y install ./*.deb
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.7.4+25012416-be8f7625_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-buddy_3.27.3+25050214-c52f3477_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-columnar-lib-dev_1.15.4-220522-2fef34e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-columnar-lib_4.2.1-25050206-0fe99f4_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-common_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-converter_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-dev_9.3.2-25050208-428075261_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-executor_1.3.2-25012408-1856ac9_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-extra_1.3.2-25012408-1856ac9_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.12-250208-d9baee7_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_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-server_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-tools_9.3.2-25050208-428075261_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-tzdata_1.0.0-240522-a8aa66e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore_9.3.2-25050208-428075261_${arch}.deb

sudo chmod -R o+r /tmp/manticore_install

sudo apt -y update && sudo apt -y install ./*.deb

其他下载

Manticore Search 的英语、德语和俄语词形还原器

有关形态学的更多信息,请参阅 Manticore Search 的 文档

通过 APT:
apt install manticore-language-packs
通过 YUM:
yum install manticore-language-packs
通过 Homebrew 在 MacOS 上:
brew tap manticoresoftware/tap
brew install manticoresoftware/tap/manticore-language-packs
Windows(非 WSL):

en.pak.tgz 解压到您的配置中指定的 lemmatizer_base 文件夹中,用于英语;将 de.pak.tgz 解压到用于德语;或将 ru.pak.tgz 解压到用于俄语,然后重新启动 Manticore Search。

归档版本

您可以在 Github Releases 找到 Manticore Search 3.5.0 之前的版本包
您可以在 repo.manticoresearch.com 找到 Manticore Search 3.5.0 及以后的版本包

安装Manticore Search

安装Manticore Search