cassandra on AUR (Arch User Repository)

Last updated: November 07,2024

1. Install "cassandra" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install cassandra on Arch using YAY

$ yay -S cassandra

* (Optional) Uninstall cassandra on Arch using YAY

$ yay -Rns cassandra

2. Manually Install "cassandra" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone cassandra's git locally

$ git clone https://aur.archlinux.org/cassandra.git ~/cassandra

c. Go to ~/cassandra folder and install it

$ cd ~/cassandra $ makepkg -si

3. Information about the cassandra package on Arch User Repository (AUR)

ID: 1413617
Name: cassandra
PackageBaseID: 40713
PackageBase: cassandra
Version: 4.1.4-1
Description: Apache Cassandra NoSQL database
URL: http://cassandra.apache.org/
NumVotes: 57
Popularity: 0
OutOfDate:
Maintainer: sunng
Submitter:
FirstSubmitted: 1284201947
LastModified: 1708586719
URLPath: /cgit/aur.git/snapshot/cassandra.tar.gz

5. The same packages on other Linux Distributions