c-lightning on AUR (Arch User Repository)
Last updated: November 23,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "c-lightning" 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
Copied
b. Install c-lightning on Arch using YAY
$
yay -S
c-lightning
Copied
* (Optional) Uninstall c-lightning on Arch using YAY
$
yay -Rns
c-lightning
Copied
2. Manually Install "c-lightning" via AUR
a. Ensure you have the base development tools and git installed with:
$
sudo pacman -S --needed
base-devel git
Copied
b. Clone c-lightning's git locally
$
git clone https://aur.archlinux.org/c-lightning.git
~/c-lightning
Copied
c. Go to ~/c-lightning folder and install it
$
cd
~/c-lightning
Copied
$
makepkg -si
Copied