netdata-cloud on AUR (Arch User Repository)

Last updated: June 16,2024

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

$ yay -S netdata-cloud

* (Optional) Uninstall netdata-cloud on Arch using YAY

$ yay -Rns netdata-cloud

2. Manually Install "netdata-cloud" via AUR

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

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

b. Clone netdata-cloud's git locally

$ git clone https://aur.archlinux.org/netdata-cloud.git ~/netdata-cloud

c. Go to ~/netdata-cloud folder and install it

$ cd ~/netdata-cloud $ makepkg -si

3. Information about the netdata-cloud package on Arch User Repository (AUR)