cqlsh on AUR (Arch User Repository)

Last updated: October 05,2024

1. Install "cqlsh" 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 cqlsh on Arch using YAY

$ yay -S cqlsh

* (Optional) Uninstall cqlsh on Arch using YAY

$ yay -Rns cqlsh

2. Manually Install "cqlsh" via AUR

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

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

b. Clone cqlsh's git locally

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

c. Go to ~/cqlsh folder and install it

$ cd ~/cqlsh $ makepkg -si

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

ID: 596334
Name: cqlsh
PackageBaseID: 137870
PackageBase: cqlsh
Version: 3.11.4-1
Description: CQL shell for apache cassandra
URL: https://github.com/apache/cassandra
NumVotes: 0
Popularity: 0
OutOfDate: 1615553083
Maintainer: chestm007
FirstSubmitted: 1544156815
LastModified: 1552999375
URLPath: /cgit/aur.git/snapshot/cqlsh.tar.gz