c-rbtree on AUR (Arch User Repository)

Last updated: November 24,2024

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

$ yay -S c-rbtree

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

$ yay -Rns c-rbtree

2. Manually Install "c-rbtree" via AUR

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

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

b. Clone c-rbtree's git locally

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

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

$ cd ~/c-rbtree $ makepkg -si

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

ID: 365156
Name: c-rbtree
PackageBaseID: 115187
PackageBase: c-rbtree
Version: 2-1
Description: Red-Black Tree Implementation
URL: https://github.com/c-util/c-rbtree
NumVotes: 0
Popularity: 0
OutOfDate: 1706297387
Maintainer: dvdhrm
Submitter: dvdhrm
FirstSubmitted: 1472806017
LastModified: 1481722399
URLPath: /cgit/aur.git/snapshot/c-rbtree.tar.gz