cvector on AUR (Arch User Repository)

Last updated: October 06,2024

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

$ yay -S cvector

* (Optional) Uninstall cvector on Arch using YAY

$ yay -Rns cvector

2. Manually Install "cvector" via AUR

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

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

b. Clone cvector's git locally

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

c. Go to ~/cvector folder and install it

$ cd ~/cvector $ makepkg -si

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

ID: 252729
Name: cvector
PackageBaseID: 104074
PackageBase: cvector
Version: 1.0.3-2
Description: An ANSI C implementation of dynamic arrays to provide an approximation to the C++ vector class
URL: http://cvector.sourceforge.net/
NumVotes: 0
Popularity: 0
OutOfDate: 1599327016
Maintainer:
Submitter: leepesjee
FirstSubmitted: 1449096895
LastModified: 1449101361
URLPath: /cgit/aur.git/snapshot/cvector.tar.gz