Okoken / okoken.github.io

0 stars 0 forks source link

To install Yay (An AUR Helper) in Steamdeck | Okoken's notes #2

Open Okoken opened 1 year ago

Okoken commented 1 year ago

https://okoken.github.io/post/to-install-yay-an-aur-helper-in-steamdeck/

Faced some difficulties to install Yay for some AUR packages, therefore leave a memo here. @Jguer / yay, https://github....

enamul6m commented 1 month ago

error: target not found: pacman>6.1 ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> pacman>6.1 ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.

Okoken commented 1 month ago

@enamul6m error: target not found: pacman>6.1 ==> ERROR: 'pacman' failed to install missing dependencies. ==> Missing dependencies: -> pacman>6.1 ==> Checking buildtime dependencies... ==> ERROR: Could not resolve all dependencies.

Pacman version is updated in the Arch Linux but the version in Steam OS repository is still old leading to this issue. Using an older version of Yay should solve this problem. Please try below.


install yay

sudo pacman -Sy --noconfirm base-devel --overwrite="*" sudo pacman -Sy --noconfirm git git clone https://aur.archlinux.org/yay-bin.git cd yay-bin

echo 'Swtich to version 12.3.0 on Feb 19 2024' git checkout cb857e898d7081a60cf8742d26247fd6a3c5443c

makepkg -si --noconfirm