Skip to content

Is there a way to install/use manticore via just a binary? #3175

Answered by sanikolaev
nickchomey asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @nickchomey

In theory, you can, of course, do the same thing any package manager does manually:

  • Get the binaries, libraries, and other files, etc.
  • Put them in the needed places.

For example, I often have to deal with older versions, and instead of installing them using APT, I do this:

# wget https://repo.manticoresearch.com/repository/manticoresearch_jammy_dev/dists/jammy/main/binary-amd64/manticore-server-core_6.3.9-25011518-d4c0a7982_amd64.deb

# ar x manticore-server-core_6.3.9-25011518-d4c0a7982_amd64.deb

# tar -xvf data.tar.gz

# ./usr/bin/searchd -v
Manticore 6.3.9 d4c0a7982@25011518 dev (columnar 4.1.2 89795db@25030113) (secondary 4.1.2 89795db@25030113) (knn 4.1.2 89795db@25…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nickchomey
Comment options

Answer selected by nickchomey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants