libkqueue on AUR (Arch User Repository)

Last updated: June 16,2024

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

$ yay -S libkqueue

* (Optional) Uninstall libkqueue on Arch using YAY

$ yay -Rns libkqueue

2. Manually Install "libkqueue" via AUR

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

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

b. Clone libkqueue's git locally

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

c. Go to ~/libkqueue folder and install it

$ cd ~/libkqueue $ makepkg -si

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

ID: 1378154
Name: libkqueue
PackageBaseID: 32624
PackageBase: libkqueue
Version: 2.6.2-1
Description: userspace implementation of the kqueue kernel event notification mechanism found in FreeBSD and other BSD-based
URL: https://github.com/mheily/libkqueue
NumVotes: 26
Popularity: 0
OutOfDate:
Maintainer: niQo
Submitter: bins
FirstSubmitted: 1265793071
LastModified: 1704046657
URLPath: /cgit/aur.git/snapshot/libkqueue.tar.gz