Manticore Search 13.11.1
13 सितंबर, 2025
पैकेज प्रबंधक
APT का उपयोग करके Debian, Ubuntu या Linux Mint पर Manticore Search स्थापित करें
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 का उपयोग करके Centos, RHEL, Oracle Linux और Amazon Linux पर Manticore Search स्थापित करें
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 रिपॉजिटरी के बारे में अधिक पढ़ें दस्तावेज़ीकरण में।
MacOS पर Homebrew का उपयोग करके Manticore Search स्थापित करें
brew install manticoresoftware/tap/manticoresearch manticoresoftware/tap/manticore-extra
Manticore प्रारंभ करें
brew services start manticoresearch
Manticore Search के Homebrew पैकेज के बारे में अधिक पढ़ें दस्तावेज़ीकरण में।
WSL के माध्यम से Windows पर Manticore Search स्थापित करें
Windows पर Manticore Search स्थापित करने के लिए, आपको पहले WSL2 (Windows Subsystem for Linux) सक्षम करना होगा। WSL2 आपको Windows पर नाटकीय रूप से Linux बाइनरी चलाने की अनुमति देता है। इस विधि के काम करने के लिए, आपको Windows 10 संस्करण 2004 और उच्चतर या Windows 11 चलाना होगा।
WSL2 स्थापित करें या सक्षम करें
WSL स्थापित करने के लिए चरण-दर-चरण निर्देशों के लिए आधिकारिक Microsoft गाइड का पालन करें। यह गाइड 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 रिपॉजिटरी जोड़े बिना व्यक्तिगत पैकेज स्थापित करना पसंद करते हैं, तो अगले अनुभाग पर जाएं: अलग पैकेज ।
Windows पर इंस्टॉलर का उपयोग करके Manticore Search स्थापित करें
- Manticore Search Installer डाउनलोड करें और इसे चलाएं। स्थापना निर्देशों का पालन करें।
- स्थापित करने के लिए निर्देशिका चुनें।
- उन घटकों का चयन करें जिन्हें आप स्थापित करना चाहते हैं। हम सभी को स्थापित करने की सिफारिश करते हैं।
- Manticore में
RT मोड
में एक पूर्व-निर्धारित
manticore.conf
फ़ाइल होती है। कोई अतिरिक्त कॉन्फ़िगरेशन की आवश्यकता नहीं है।
Windows में Manticore स्थापित करने और उपयोग करने के बारे में अधिक जानकारी दस्तावेज़ीकरण में प्राप्त करें।
Docker में Manticore Search चलाएँ
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 कॉलम लाइब्रेरी और Manticore बडी को सक्षम करेगा, और MySQL कनेक्शनों के लिए 9306 और सभी अन्य कनेक्शनों के लिए 9308 पोर्ट पर Manticore चलाएगा, ./data/
को निर्दिष्ट डेटा निर्देशिका के रूप में उपयोग करते हुए।
उत्पादन उपयोग के बारे में अधिक पढ़ें दस्तावेज़ीकरण में।
Helm का उपयोग करके Kubernetes पर Manticore Search स्थापित करें
helm repo add manticoresearch https://helm.manticoresearch.com
# यदि आवश्यक हो तो values.yaml अपडेट करें
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.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-common_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-converter_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-dev_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server-core_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tools_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore_13.11.1-25091317-134b36912_${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.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-common_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-converter_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-dev_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server-core_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tools_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore_13.11.1-25091317-134b36912_${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.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-common_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-converter_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-dev_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server-core_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tools_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore_13.11.1-25091317-134b36912_${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.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-common_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-converter_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-dev_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server-core_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tools_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore_13.11.1-25091317-134b36912_${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.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-common_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-converter_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-dev_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_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.13-250708-1e9c2cd_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_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-server_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoreearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-tools_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_buster/dists/buster/main/binary-${arch}/manticore_13.11.1-25091317-134b36912_${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.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-common_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-converter_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-dev_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-server-core_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-server_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-tools_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bullseye/dists/bullseye/main/binary-${arch}/manticore_13.11.1-25091317-134b36912_${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.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-common_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-converter_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-dev_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-icudata-65l.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-server-core_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-server_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-tools_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore_13.11.1-25091317-134b36912_${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.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-common_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-converter_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-dev_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-icudata-65l.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-server-core_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-server_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-tools_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bookworm/dists/bookworm/main/binary-${arch}/manticore_13.11.1-25091317-134b36912_${arch}.deb
sudo apt -y update && sudo apt -y install ./*.deb
arch=`arch`
yum -y install https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-13.11.1_25091317.134b36912-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-backup-1.9.6+25070510.5247d066-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-buddy-3.35.1+25090418.41d9811f-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-columnar-lib-8.0.3+25091012.6d8ff919-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-common-13.11.1_25091317.134b36912-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-converter-13.11.1_25091317.134b36912-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-devel-13.11.1_25091317.134b36912-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/x86_64/manticore-executor-1.3.5+25070803.6c4be4c1-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/x86_64/manticore-extra-1.3.5+25070803.6c4be4c1-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-galera-3.37-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-icudata.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-language-packs-1.0.13_250708.1e9c2cd-1.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-load-1.19.0+25063014.1ff59652-1.el8.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-server-13.11.1_25091317.134b36912-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-server-core-13.11.1_25091317.134b36912-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-tools-13.11.1_25091317.134b36912-1.el8.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/8/${arch}/manticore-tzdata-1.0.1_250708.4dfa71e-1.noarch.rpm
arch=`arch`
yum -y install https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-13.11.1_25091317.134b36912-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-backup-1.9.6+25070510.5247d066-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-buddy-3.35.1+25090418.41d9811f-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-columnar-lib-8.0.3+25091012.6d8ff919-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-common-13.11.1_25091317.134b36912-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-converter-13.11.1_25091317.134b36912-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-devel-13.11.1_25091317.134b36912-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/x86_64/manticore-executor-1.3.5+25070803.6c4be4c1-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/x86_64/manticore-extra-1.3.5+25070803.6c4be4c1-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-galera-3.37-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-icudata.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-language-packs-1.0.13_250708.1e9c2cd-1.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-load-1.19.0+25063014.1ff59652-1.el9.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-server-13.11.1_25091317.134b36912-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-server-core-13.11.1_25091317.134b36912-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-tools-13.11.1_25091317.134b36912-1.el9.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/9/${arch}/manticore-tzdata-1.0.1_250708.4dfa71e-1.noarch.rpm
arch=`arch`
yum -y install https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-13.11.1_25091317.134b36912-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-backup-1.9.6+25070510.5247d066-1.el10.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-buddy-3.35.1+25090418.41d9811f-1.el10.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-columnar-lib-8.0.3+25091012.6d8ff919-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-common-13.11.1_25091317.134b36912-1.el10.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-converter-13.11.1_25091317.134b36912-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-devel-13.11.1_25091317.134b36912-1.el10.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/x86_64/manticore-executor-1.3.5+25070803.6c4be4c1-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/x86_64/manticore-extra-1.3.5+25070803.6c4be4c1-1.el10.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-galera-3.37-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-icudata-65l.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-language-packs-1.0.13_250708.1e9c2cd-1.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-load-1.19.0+25063014.1ff59652-1.el10.noarch.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-server-13.11.1_25091317.134b36912-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-server-core-13.11.1_25091317.134b36912-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-tools-13.11.1_25091317.134b36912-1.el10.${arch}.rpm https://repo.manticoresearch.com/repository/manticoresearch/release/centos/10/${arch}/manticore-tzdata-1.0.1_250708.4dfa71e-1.noarch.rpm
arch=`dpkg --print-architecture`
wget https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-backup_1.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-common_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-converter_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-dev_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server-core_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-server_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tools_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_bionic/dists/bionic/main/binary-${arch}/manticore_13.11.1-25091317-134b36912_${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.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-common_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-converter_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-dev_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server-core_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-server_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tools_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_focal/dists/focal/main/binary-${arch}/manticore_13.11.1-25091317-134b36912_${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.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-common_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-converter_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-dev_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server-core_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-server_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tools_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_jammy/dists/jammy/main/binary-${arch}/manticore_13.11.1-25091317-134b36912_${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.9.6+25070510-5247d066_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-buddy_3.35.1+25090418-41d9811f_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-columnar-lib_8.0.3+25091012-6d8ff919_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-common_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-converter_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-dev_13.11.1-25091317-134b36912_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-executor_1.3.5+25070803-6c4be4c1_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-extra_1.3.5-25070803-6c4be4c1_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-galera_3.37_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-icudata-65l_5.0.2-220530-348514c86_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-language-packs_1.0.13-250708-1e9c2cd_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-load_1.18.2+25050118-8537968a_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-server-core_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-server_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-tools_13.11.1-25091317-134b36912_${arch}.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore-tzdata_1.0.1-250708-4dfa71e_all.deb https://repo.manticoresearch.com/repository/manticoresearch_${VERSION_CODENAME}/dists/${VERSION_CODENAME}/main/binary-${arch}/manticore_13.11.1-25091317-134b36912_${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
MacOS पर Homebrew के माध्यम से:
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 को पुनः प्रारंभ करें।