libmysqlclient on AUR (Arch User Repository)

Last updated: May 13,2024

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

$ yay -S libmysqlclient

* (Optional) Uninstall libmysqlclient on Arch using YAY

$ yay -Rns libmysqlclient

2. Manually Install "libmysqlclient" via AUR

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

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

b. Clone libmysqlclient's git locally

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

c. Go to ~/libmysqlclient folder and install it

$ cd ~/libmysqlclient $ makepkg -si

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

ID: 1353361
Name: libmysqlclient
PackageBaseID: 69409
PackageBase: mysql
Version: 8.2.0-1
Description: MySQL client libraries
URL: https://www.mysql.com/products/community/
NumVotes: 80
Popularity: 0.000343
OutOfDate:
Maintainer: muflone
Submitter: Barthalion
FirstSubmitted: 1366917203
LastModified: 1700010677
URLPath: /cgit/aur.git/snapshot/libmysqlclient.tar.gz