You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do try to install the yay package in my SteamDeck Arch distro using this tutorial and I do face the following problem:
When I do run the command: $ makepkg -si, I do get the following error:
# github.com/Jguer/go-alpm/v2
In file included from ../gopath/pkg/mod/github.com/!jguer/go-alpm/v2@v2.1.2/alpm.go:10:
/usr/include/alpm.h:42:10: fatal error: archive.h: No such file or directory
42 | #include <archive.h>
| ^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:113: yay] Error 2
Looks like it is a missing archive.h file dependencies.
How I can correct this issue?
The text was updated successfully, but these errors were encountered:
I do try to install the
yay
package in my SteamDeck Arch distro using this tutorial and I do face the following problem:When I do run the command:
$ makepkg -si
, I do get the following error:Looks like it is a missing
archive.h
file dependencies.How I can correct this issue?
The text was updated successfully, but these errors were encountered: