lnd on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S lnd

* (Optional) Uninstall lnd on Arch using YAY

$ yay -Rns lnd

2. Manually Install "lnd" via AUR

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

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

b. Clone lnd's git locally

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

c. Go to ~/lnd folder and install it

$ cd ~/lnd $ makepkg -si

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

ID: 1310640
Name: lnd
PackageBaseID: 134389
PackageBase: lnd
Version: 0.16.4_beta-1
Description: The Lightning Network Daemon, for secure off-chain bitcoin transactions.
URL: https://github.com/lightningnetwork/lnd
NumVotes: 6
Popularity: 0.36875
OutOfDate:
Maintainer: dmp1ce
Submitter: dmp1ce
FirstSubmitted: 1532094210
LastModified: 1693305261
URLPath: /cgit/aur.git/snapshot/lnd.tar.gz