mysql-connector-c++ on AUR (Arch User Repository)

Last updated: June 24,2024

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

$ yay -S mysql-connector-c++

* (Optional) Uninstall mysql-connector-c++ on Arch using YAY

$ yay -Rns mysql-connector-c++

2. Manually Install "mysql-connector-c++" via AUR

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

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

b. Clone mysql-connector-c++'s git locally

$ git clone https://aur.archlinux.org/mysql-connector-c++.git ~/mysql-connector-c++

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

$ cd ~/mysql-connector-c++ $ makepkg -si

3. Information about the mysql-connector-c++ package on Arch User Repository (AUR)

ID: 602796
Name: mysql-connector-c++
PackageBaseID: 106381
PackageBase: mysql-connector-c++
Version: 1.1.9-2
Description: A MySQL database connector for C++
URL: http://dev.mysql.com/doc/connector-cpp/en/
NumVotes: 7
Popularity: 0
OutOfDate:
Maintainer:
Submitter: eworm
FirstSubmitted: 1453290925
LastModified: 1554911529
URLPath: /cgit/aur.git/snapshot/mysql-connector-c++.tar.gz