mysql on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S mysql

* (Optional) Uninstall mysql on Arch using YAY

$ yay -Rns mysql

2. Manually Install "mysql" via AUR

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

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

b. Clone mysql's git locally

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

c. Go to ~/mysql folder and install it

$ cd ~/mysql $ makepkg -si

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

ID: 1353360
Name: mysql
PackageBaseID: 69409
PackageBase: mysql
Version: 8.2.0-1
Description: Fast SQL database server, community edition
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/mysql.tar.gz

5. The same packages on other Linux Distributions