Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

793
Views
¿Cómo solucionar el problema de instalación (MAKEPKG)?

Quiero instalar yay para descargar el paquete de Aur ArchLinux. No sé qué hacer, gracias por guiarnos.

Cuando uso el clon de git y uso el comando makepkg -si, da este error

 git clone https://aur.archlinux.org/yay.git cd yay makepkg -si

Texto de error:

 ==> ERROR: Cannot find the fakeroot binary. ==> ERROR: Cannot find the strip binary required for object file stripping.
over 4 years ago · Santiago Trujillo
2 answers
Answer question

0

prueba con eso:

 sudo pacman -S binutils make gcc pkg-config fakeroot

luego intente nuevamente hacer pkg.

over 4 years ago · Santiago Trujillo Report

0

Te faltan las bibliotecas para compilar el paquete. Para instalarlos:

 sudo pacman -S binutils make gcc pkg-config fakeroot

o, para instalar herramientas básicas para compilar código:

 sudo pacman -S base-devel

Además, en lugar de instalar y compilar yay (que también requiere que instales todas las bibliotecas GO), ¿por qué no instalar el yay-bin precompilado? Es el mismo paquete.

 git clone https://aur.archlinux.org/yay-bin.git cd yay-bin makepkg -si
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!