I want to install a specific version of sphinx on my Ubuntu 12.04 LTS server. I'm using Chef but I think that's incidental to my question.
I know generally one can do:
apt-get install some_package=version
However I cannot seem to find the correct version number/name for sphinx 2.2.4. I have tried the following:
2.2.4
2.2.4-4699-0ubuntu10
2.2.4-4699-0ubuntu10_amd64
And I get Version '2.2.4-4699-0ubuntu10' for 'sphinxsearch' was not found
(or similiar).
You can see the package listed here. I have already added the PPA and updated.
What am I doing wrong?