⚠️ Эта страница автоматически переведена, и перевод может быть несовершенным.

Manticore Search 9.3.2

2 мая 2025 г.

Журнал изменений

Менеджеры пакетов

Установить Manticore Search на Debian, Ubuntu или Linux Mint с помощью APT

Install the APT repository and the new version:

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

If you are upgrading from an older version, it is recommended to remove your old packages first to avoid conflicts caused by the updated package structure:

sudo apt remove 'manticore*'

It won't remove your data or configuration file.

Запуск Manticore

sudo systemctl start manticore

Read more about Manticore Search's APT repo in the документации .

Установить Manticore Search на Centos, RHEL, Oracle Linux и Amazon Linux с помощью YUM

Install the YUM repository and the new version:

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

If you are upgrading from an older version, it is recommended to remove your old packages first to avoid conflicts caused by the updated package structure:

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

It won't remove your data. If you made changes to the configuration file, it will be saved to /etc/manticoresearch/manticore.conf.rpmsave.

Запуск Manticore

sudo systemctl start manticore

Read more about Manticore Search's YUM repo in the документации .

Установить Manticore Search на MacOS с помощью Homebrew

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

Запуск Manticore

brew services start manticoresearch

Read more about Manticore Search's Homebrew package in документации .

Установить Manticore Search на Windows через WSL

To install Manticore Search on Windows, you'll first need to enable WSL2 (Windows Subsystem for Linux). WSL2 lets you run Linux binaries natively on Windows. For this method to work, you'll need to be running Windows 10 version 2004 and higher or Windows 11.

Установить или включить WSL2

Follow the official Microsoft guide for step-by-step instructions to install WSL. This guide will use Ubuntu as the default Linux distribution.

Установить Manticore

Once WSL2 is set up, you can install Manticore by adding the APT repository and installing the necessary Manticore packages:

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

If you are upgrading from an older version, it's best to remove previous Manticore packages first to prevent any conflicts with the updated package structure:

sudo apt remove 'manticore*'

This command won't delete your data or configuration files.

Запуск Manticore

sudo systemctl start manticore

Альтернативный метод: установка отдельными пакетами

If you prefer to install individual packages without adding the APT repository, proceed to the next section: Separate packages .

Установить Manticore Search на Windows с помощью установщика

  1. Download the Manticore Search Installer and run it. Follow the installation instructions.
  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 .

Запуск Manticore Search в 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 .

Установить Manticore Search в Kubernetes с помощью 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 .


Отдельные пакеты

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 в документации .

Через 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 для английского, de.pak.tgz для немецкого или ru.pak.tgz для русского в папку, указанную как lemmatizer_base в вашей конфигурации, и перезапустите Manticore Search.

Архивные версии

Вы можете найти пакеты Manticore Search версии до 3.5.0 в Github Releases
Вы можете найти пакеты Manticore Search версии с 3.5.0 в repo.manticoresearch.com

Установить Manticore Search

Установить Manticore Search