mysql-python on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S mysql-python

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

$ yay -Rns mysql-python

2. Manually Install "mysql-python" via AUR

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

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

b. Clone mysql-python's git locally

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

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

$ cd ~/mysql-python $ makepkg -si

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

ID: 988179
Name: mysql-python
PackageBaseID: 173061
PackageBase: mysql-python
Version: 1.2.5-4
Description: MySQL support for Python
URL: http://mysql-python.sourceforge.net/
NumVotes: 2
Popularity: 0.006354
OutOfDate:
Maintainer: jelly
FirstSubmitted: 1636818694
LastModified: 1636818694
URLPath: /cgit/aur.git/snapshot/mysql-python.tar.gz