sqlite-pcre-git on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S sqlite-pcre-git

* (Optional) Uninstall sqlite-pcre-git on Arch using YAY

$ yay -Rns sqlite-pcre-git

2. Manually Install "sqlite-pcre-git" via AUR

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

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

b. Clone sqlite-pcre-git's git locally

$ git clone https://aur.archlinux.org/sqlite-pcre-git.git ~/sqlite-pcre-git

c. Go to ~/sqlite-pcre-git folder and install it

$ cd ~/sqlite-pcre-git $ makepkg -si

3. Information about the sqlite-pcre-git package on Arch User Repository (AUR)