collectd on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S collectd

* (Optional) Uninstall collectd on Arch using YAY

$ yay -Rns collectd

2. Manually Install "collectd" via AUR

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

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

b. Clone collectd's git locally

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

c. Go to ~/collectd folder and install it

$ cd ~/collectd $ makepkg -si

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

ID: 1387293
Name: collectd
PackageBaseID: 166548
PackageBase: collectd
Version: 5.12.0-14
Description: Daemon which collects system performance statistics periodically
URL: https://collectd.org/
NumVotes: 9
Popularity: 0.304967
OutOfDate:
Maintainer: lilydjwg
Submitter: arojas
FirstSubmitted: 1620464805
LastModified: 1705465232
URLPath: /cgit/aur.git/snapshot/collectd.tar.gz