python-pysqlcipher3 on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S python-pysqlcipher3

* (Optional) Uninstall python-pysqlcipher3 on Arch using YAY

$ yay -Rns python-pysqlcipher3

2. Manually Install "python-pysqlcipher3" via AUR

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

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

b. Clone python-pysqlcipher3's git locally

$ git clone https://aur.archlinux.org/python-pysqlcipher3.git ~/python-pysqlcipher3

c. Go to ~/python-pysqlcipher3 folder and install it

$ cd ~/python-pysqlcipher3 $ makepkg -si

3. Information about the python-pysqlcipher3 package on Arch User Repository (AUR)