datafusion-cli on AUR (Arch User Repository)

Last updated: September 22,2024

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

$ yay -S datafusion-cli

* (Optional) Uninstall datafusion-cli on Arch using YAY

$ yay -Rns datafusion-cli

2. Manually Install "datafusion-cli" via AUR

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

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

b. Clone datafusion-cli's git locally

$ git clone https://aur.archlinux.org/datafusion-cli.git ~/datafusion-cli

c. Go to ~/datafusion-cli folder and install it

$ cd ~/datafusion-cli $ makepkg -si

3. Information about the datafusion-cli package on Arch User Repository (AUR)

ID: 1423010
Name: datafusion-cli
PackageBaseID: 198235
PackageBase: datafusion-cli
Version: 36.0.1-2
Description: The DataFusion CLI is a command-line interactive SQL utility for executing queries against any supported data files.
URL: https://github.com/apache/arrow-datafusion
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: thebits
Submitter: thebits
FirstSubmitted: 1696688315
LastModified: 1709884536
URLPath: /cgit/aur.git/snapshot/datafusion-cli.tar.gz