sqlite2 on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S sqlite2

* (Optional) Uninstall sqlite2 on Arch using YAY

$ yay -Rns sqlite2

2. Manually Install "sqlite2" via AUR

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

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

b. Clone sqlite2's git locally

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

c. Go to ~/sqlite2 folder and install it

$ cd ~/sqlite2 $ makepkg -si

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

ID: 918302
Name: sqlite2
PackageBaseID: 123689
PackageBase: sqlite2
Version: 2.8.17-10
Description: A C library that implements an SQL database engine
URL: http://www.sqlite.org/
NumVotes: 15
Popularity: 0.102332
OutOfDate:
Maintainer: not_anonymous
Submitter: City-busz
FirstSubmitted: 1498739018
LastModified: 1623106508
URLPath: /cgit/aur.git/snapshot/sqlite2.tar.gz