Manticore Search 9.2.14
28 февраля 2025
Менеджеры пакетов
Установить Manticore Search на Debian, Ubuntu или Linux Mint с помощью APT
Установите репозиторий 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
Подробнее о репозитории APT Manticore Search в документации .
Установить Manticore Search на Centos, RHEL, Oracle Linux и Amazon Linux с помощью YUM
Установите репозиторий 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
Подробнее о репозитории YUM Manticore Search в документации .
Установить Manticore Search на MacOS с помощью Homebrew
brew install manticoresoftware/tap/manticoresearch manticoresoftware/tap/manticore-extra
Запустить Manticore
brew services start manticoresearch
Подробнее о пакете Homebrew Manticore Search в документации .
Установить Manticore Search на Windows через WSL
Чтобы установить Manticore Search на Windows, сначала необходимо включить WSL2 (Windows Subsystem for Linux). WSL2 позволяет запускать Linux‑бинарные файлы нативно в Windows. Чтобы этот метод работал, вам нужно использовать Windows 10 версии 2004 и выше или Windows 11.
Установить или включить WSL2
Следуйте официальному руководству Microsoft для пошаговых инструкций по установке WSL. В этом руководстве будет использоваться Ubuntu в качестве дистрибутива Linux по умолчанию.
Установить Manticore
После настройки WSL2 вы можете установить Manticore, добавив репозиторий APT и установив необходимые пакеты 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, перейдите к следующему разделу: Отдельные пакеты .
Установить Manticore Search на Windows с помощью установщика
- Скачайте установщик Manticore Search и запустите его. Следуйте инструкциям по установке.
- Выберите каталог для установки.
- Выберите компоненты, которые хотите установить. Мы рекомендуем установить все их.
- Manticore поставляется с предварительно настроенным файлом
manticore.confв RT‑режиме . Дополнительная конфигурация не требуется.
Подробную информацию об установке и использовании Manticore в Windows можно найти в документации .
Запустить 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
Эта конфигурация включит библиотеку Manticore Columnar и Manticore Buddy, и запустит Manticore на портах 9306 для соединений MySQL и 9308 для всех остальных соединений, используя ./data/ в качестве каталога данных.
Подробнее о производственном использовании в документации .
Установить 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
Вы можете найти дополнительную информацию об установке Helm‑чарта в документации .
Отдельные пакеты
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.26.5+25032712-234c30c2_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.0-25032808-417f074_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-common_9.2.14-25032816-23296c0f8_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-converter_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-dev_9.2.14-25032816-23296c0f8_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.0+25031816-ecbb7e88_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server-core_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tools_9.2.14-25032816-23296c0f8_${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.2.14-25032816-23296c0f8_${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.26.5+25032712-234c30c2_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.0-25032808-417f074_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-common_9.2.14-25032816-23296c0f8_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-converter_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-dev_9.2.14-25032816-23296c0f8_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.0+25031816-ecbb7e88_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server-core_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tools_9.2.14-25032816-23296c0f8_${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.2.14-25032816-23296c0f8_${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.26.5+25032712-234c30c2_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.0-25032808-417f074_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-common_9.2.14-25032816-23296c0f8_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-converter_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-dev_9.2.14-25032816-23296c0f8_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.0+25031816-ecbb7e88_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server-core_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tools_9.2.14-25032816-23296c0f8_${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.2.14-25032816-23296c0f8_${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.26.5+25032712-234c30c2_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.0-25032808-417f074_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-common_9.2.14-25032816-23296c0f8_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-converter_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-dev_9.2.14-25032816-23296c0f8_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.0+25031816-ecbb7e88_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server-core_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tools_9.2.14-25032816-23296c0f8_${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.2.14-25032816-23296c0f8_${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.26.5+25032712-234c30c2_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.0-25032808-417f074_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-common_9.2.14-25032816-23296c0f8_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-converter_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-dev_9.2.14-25032816-23296c0f8_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.0+25031816-ecbb7e88_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-server-core_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-server_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-tools_9.2.14-25032816-23296c0f8_${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.2.14-25032816-23296c0f8_${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.26.5+25032712-234c30c2_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.0-25032808-417f074_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-common_9.2.14-25032816-23296c0f8_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-converter_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-dev_9.2.14-25032816-23296c0f8_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.0+25031816-ecbb7e88_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-server-core_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-server_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-tools_9.2.14-25032816-23296c0f8_${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.2.14-25032816-23296c0f8_${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.26.5+25032712-234c30c2_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-columnar-lib_4.2.0-25032808-417f074_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-common_9.2.14-25032816-23296c0f8_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-converter_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-dev_9.2.14-25032816-23296c0f8_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.0+25031816-ecbb7e88_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-server-core_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-server_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-tools_9.2.14-25032816-23296c0f8_${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.2.14-25032816-23296c0f8_${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.2.14_25032816.23296c0f8-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.26.5+25032712.234c30c2-1.el7.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-columnar-lib-4.2.0_25032808.417f074-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.2.14_25032816.23296c0f8-1.el7.centos.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-converter-9.2.14_25032816.23296c0f8-1.el7.centos.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-devel-9.2.14_25032816.23296c0f8-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.0+25031816.ecbb7e88-1.el7.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-server-9.2.14_25032816.23296c0f8-1.el7.centos.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-server-core-9.2.14_25032816.23296c0f8-1.el7.centos.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/7/${arch}/manticore-tools-9.2.14_25032816.23296c0f8-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.2.14_25032816.23296c0f8-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.26.5+25032712.234c30c2-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-columnar-lib-4.2.0_25032808.417f074-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.2.14_25032816.23296c0f8-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-converter-9.2.14_25032816.23296c0f8-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-devel-9.2.14_25032816.23296c0f8-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.0+25031816.ecbb7e88-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-server-9.2.14_25032816.23296c0f8-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-server-core-9.2.14_25032816.23296c0f8-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-tools-9.2.14_25032816.23296c0f8-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.2.14_25032816.23296c0f8-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.26.5+25032712.234c30c2-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-columnar-lib-4.2.0_25032808.417f074-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-common-9.2.14_25032816.23296c0f8-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-converter-9.2.14_25032816.23296c0f8-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-devel-9.2.14_25032816.23296c0f8-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.0+25031816.ecbb7e88-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-server-9.2.14_25032816.23296c0f8-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-server-core-9.2.14_25032816.23296c0f8-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-tools-9.2.14_25032816.23296c0f8-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.26.5+25032712-234c30c2_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.0-25032808-417f074_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-common_9.2.14-25032816-23296c0f8_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-converter_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-dev_9.2.14-25032816-23296c0f8_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.0+25031816-ecbb7e88_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server-core_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tools_9.2.14-25032816-23296c0f8_${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.2.14-25032816-23296c0f8_${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.26.5+25032712-234c30c2_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.0-25032808-417f074_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-common_9.2.14-25032816-23296c0f8_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-converter_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-dev_9.2.14-25032816-23296c0f8_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.0+25031816-ecbb7e88_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server-core_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tools_9.2.14-25032816-23296c0f8_${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.2.14-25032816-23296c0f8_${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.26.5+25032712-234c30c2_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.0-25032808-417f074_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-common_9.2.14-25032816-23296c0f8_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-converter_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-dev_9.2.14-25032816-23296c0f8_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.0+25031816-ecbb7e88_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server-core_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tools_9.2.14-25032816-23296c0f8_${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.2.14-25032816-23296c0f8_${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.26.5+25032712-234c30c2_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.0-25032808-417f074_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-common_9.2.14-25032816-23296c0f8_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-converter_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-dev_9.2.14-25032816-23296c0f8_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.0+25031816-ecbb7e88_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-server-core_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-server_9.2.14-25032816-23296c0f8_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-tools_9.2.14-25032816-23296c0f8_${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.2.14-25032816-23296c0f8_${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 для английского, de.pak.tgz для немецкого или ru.pak.tgz для русского в папку, указанную как lemmatizer_base в вашей конфигурации, и перезапустите Manticore Search.