parquet-tools on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S parquet-tools

* (Optional) Uninstall parquet-tools on Arch using YAY

$ yay -Rns parquet-tools

2. Manually Install "parquet-tools" via AUR

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

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

b. Clone parquet-tools's git locally

$ git clone https://aur.archlinux.org/parquet-tools.git ~/parquet-tools

c. Go to ~/parquet-tools folder and install it

$ cd ~/parquet-tools $ makepkg -si

3. Information about the parquet-tools package on Arch User Repository (AUR)