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