You should be able to do: apt-get install cassandra=3.11.2, the same applies to cassandra-tools
Have a look here: https://askubuntu.com/a/92021 Also, I find useful apt-cache madison <package> to list all the avilable versions HTH On Sat, Aug 4, 2018 at 3:56 PM, R1 J1 <rjsoft...@gmail.com> wrote: > What are the steps to download the Cassandra 3.11.0 and 3.11.2 binaries > for ubuntu ? > > If we follow the steps below they give 3.11.3 binaries but need slightly > older > > http://cassandra.apache.org/download/ > > echo "deb http://www.apache.org/dist/cassandra/debian 311x main" | sudo > tee -a /etc/apt/sources.list.d/cassandra.sources.list > > > > curl https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add - > > > > sudo apt-get update > > > > sudo apt-get install cassandra > > > Regards > R1J1 >