Skip to content

Instantly share code, notes, and snippets.

@rozanecm
Created January 23, 2022 13:09
Show Gist options
  • Save rozanecm/7258d87dac6c35fa69766c8e8ef7f2c9 to your computer and use it in GitHub Desktop.
Save rozanecm/7258d87dac6c35fa69766c8e8ef7f2c9 to your computer and use it in GitHub Desktop.
sudo apt install apt-transport-https
sudo sh -c 'echo "deb http://www.apache.org/dist/cassandra/debian 40x main" > /etc/apt/sources.list.d/cassandra.list'
wget -q -O - https://www.apache.org/dist/cassandra/KEYS | sudo apt-key add -
sudo apt update
sudo apt install cassandra
sudo systemctl status cassandra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment