Skip to content

Instantly share code, notes, and snippets.

@juliendsv
Created July 3, 2013 23:31
Show Gist options
  • Save juliendsv/5923770 to your computer and use it in GitHub Desktop.
Save juliendsv/5923770 to your computer and use it in GitHub Desktop.
Install cassandra on ubuntu 13.10
echo 'deb http://debian.datastax.com/community stable main' > /etc/apt/sources.list.d/cassandra.sources.list
echo deb http://some.debian.mirror/debian/ raring main contrib non-free >> /etc/apt/sources.list
curl -L http://debian.datastax.com/debian/repo_key | sudo apt-key add -
apt-get update
apt-get install dsc12
service cassandra stop
rm -rf /var/lib/cassandra/data/system/*
@AALEKH
Copy link

AALEKH commented Sep 22, 2014

Hi, i went through the instruction you provided, but faced some issues :
**while running sudo apt-get install dsc12 i get "E: Unable to locate package dsc12 " error , can you please tell me the possible solution to this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment