c-list on AUR (Arch User Repository)

Last updated: June 29,2024

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

$ yay -S c-list

* (Optional) Uninstall c-list on Arch using YAY

$ yay -Rns c-list

2. Manually Install "c-list" via AUR

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

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

b. Clone c-list's git locally

$ git clone https://aur.archlinux.org/c-list.git ~/c-list

c. Go to ~/c-list folder and install it

$ cd ~/c-list $ makepkg -si

3. Information about the c-list package on Arch User Repository (AUR)

ID: 389094
Name: c-list
PackageBaseID: 120293
PackageBase: c-list
Version: 1-1
Description: Circular Double Linked List Implementation in Standard ISO-C11
URL: https://github.com/c-util/c-list
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: dvdhrm
Submitter: dvdhrm
FirstSubmitted: 1488545558
LastModified: 1488545558
URLPath: /cgit/aur.git/snapshot/c-list.tar.gz