Contact Form

Name

Email *

Message *

Cari Blog Ini

Aur Helper Yay Broken After Arch Linux Update

AUR Helper Yay Broken After Arch Linux Update

Arch Linux users are reporting issues with the AUR helper yay after updating their systems.

The issue appears to be related to the debugedit binary, which is required for including source files in debug packages.

The debugedit binary is not found after updating Arch Linux, causing yay to fail with the error "Cannot find the debugedit binary required for including source files in debug packages."

Yay is a pacman wrapper and AUR helper written in Go that allows users to search, install, and update packages from the Arch User Repository (AUR).

The debugedit tool is used to rewrite source and header file paths in debug packages and does not require the debugedit binary.

A solution to this issue is to install the binutils, make, gcc, and pkg packages using the following command:

``` sudo pacman -S binutils make gcc pkg ```

This should resolve the issue and allow users to use yay as usual.


Comments