Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation aur-helper (yay) #110

Open
cmonty14 opened this issue Oct 18, 2023 · 1 comment
Open

Installation aur-helper (yay) #110

cmonty14 opened this issue Oct 18, 2023 · 1 comment

Comments

@cmonty14
Copy link

Hello,
can you please advise how to install an aur-helper, e.g. yay?
I can clone the relevant git repository and run makepkg, but this fails with error message saying: missing package fakeroot.

THX

@dpom
Copy link

dpom commented Jan 30, 2024

In an archlinux container:

sudo pacman -Syu
sudo pacman -S --needed base-devel git
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
yay --version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants