libcsv on AUR (Arch User Repository)

Last updated: November 26,2024

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

$ yay -S libcsv

* (Optional) Uninstall libcsv on Arch using YAY

$ yay -Rns libcsv

2. Manually Install "libcsv" via AUR

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

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

b. Clone libcsv's git locally

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

c. Go to ~/libcsv folder and install it

$ cd ~/libcsv $ makepkg -si

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

ID: 596450
Name: libcsv
PackageBaseID: 140441
PackageBase: libcsv
Version: 3.0.3-1
Description: A small, simple and fast CSV library written in pure ANSI C89 that can read and write CSV data.
URL: http://sourceforge.net/projects/libcsv/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: ferkulat
Submitter: ferkulat
FirstSubmitted: 1553026148
LastModified: 1553026574
URLPath: /cgit/aur.git/snapshot/libcsv.tar.gz