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