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