How do i find the version of cassandra installed on debian based linux?



  • To find the version when you have installed from the Cassandra software repository, use the dpkg command.

    $ dpkg -l | grep cassandra
    ii  cassandra                                  3.6                                          all          distributed storage system for structured data
    

    Here the version is 3.6


Log in to reply
 

© Lightnetics 2024