migrate on AUR (Arch User Repository)

Last updated: October 04,2024

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

$ yay -S migrate

* (Optional) Uninstall migrate on Arch using YAY

$ yay -Rns migrate

2. Manually Install "migrate" via AUR

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

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

b. Clone migrate's git locally

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

c. Go to ~/migrate folder and install it

$ cd ~/migrate $ makepkg -si

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

ID: 1420049
Name: migrate
PackageBaseID: 127817
PackageBase: migrate
Version: 4.17.0-1
Description: Database migration handling
URL: https://github.com/golang-migrate/migrate
NumVotes: 5
Popularity: 5.4E-5
OutOfDate:
Maintainer: atriix
Submitter: atriix
FirstSubmitted: 1512825061
LastModified: 1709484713
URLPath: /cgit/aur.git/snapshot/migrate.tar.gz