origin-client on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S origin-client

* (Optional) Uninstall origin-client on Arch using YAY

$ yay -Rns origin-client

2. Manually Install "origin-client" via AUR

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

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

b. Clone origin-client's git locally

$ git clone https://aur.archlinux.org/origin-client.git ~/origin-client

c. Go to ~/origin-client folder and install it

$ cd ~/origin-client $ makepkg -si

3. Information about the origin-client package on Arch User Repository (AUR)