Closed unimado1 closed 2 years ago
sudo strat arch cd directory
is just a wrong command. it will fail everywhere. sudo
executes a program, but cd
is a shell builtin. you cant cd with sudo.
and your appimage fails because you dont have mesa installed in arch stratum.
Thanks so much for the help! =)
What's the problem?
When I tried to install yay on arch stratum, I ran into a problem: after I installed git and base-devel packages, I tried to cd into yay directory, but only got this error message:
Soon later, I tried to run bauh AppImage from arch stratum, but I came across a similar error, but this time I discovered, that arch stratum just can't read this mountpoint:
I'm running Bedrock Linux 0.7.27 Poki x86_64 installed from Void Linux
I will be very glad if someone helps me with this difficult (at least for me) problem. Best wishes!