csvprintf on AUR (Arch User Repository)

Last updated: July 01,2024

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

$ yay -S csvprintf

* (Optional) Uninstall csvprintf on Arch using YAY

$ yay -Rns csvprintf

2. Manually Install "csvprintf" via AUR

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

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

b. Clone csvprintf's git locally

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

c. Go to ~/csvprintf folder and install it

$ cd ~/csvprintf $ makepkg -si

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

ID: 928713
Name: csvprintf
PackageBaseID: 89805
PackageBase: csvprintf
Version: 1.0.3-2
Description: a simple csv file parser for command line
URL: https://code.google.com/p/csvprintf/
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: jose1711
Submitter: jose1711
FirstSubmitted: 1422300564
LastModified: 1625130930
URLPath: /cgit/aur.git/snapshot/csvprintf.tar.gz