headscale on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S headscale

* (Optional) Uninstall headscale on Arch using YAY

$ yay -Rns headscale

2. Manually Install "headscale" via AUR

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

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

b. Clone headscale's git locally

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

c. Go to ~/headscale folder and install it

$ cd ~/headscale $ makepkg -si

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

ID: 1062482
Name: headscale
PackageBaseID: 172749
PackageBase: headscale
Version: 0.15.0-1
Description: An open source, self-hosted implementation of the Tailscale coordination server.
URL: https://github.com/juanfont/headscale
NumVotes: 4
Popularity: 0.248219
OutOfDate: 1659373594
Maintainer: jwh
FirstSubmitted: 1636057908
LastModified: 1649238280
URLPath: /cgit/aur.git/snapshot/headscale.tar.gz

5. The same packages on other Linux Distributions