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'm currently encountering the same problem in Fedora 38.
Tried a lot of interactions with apx, but nothing really worked.
UPDATE:
I did manage to install the yay package inside the Arch container. It's a little stubborn process, but installing AUR packages with apx was back in order after it.
To do it, follow this steps:
Before everything, clone the yay package outside the Arch container. (git clone https://aur.archlinux.org/yay.git)
apx enter --aur.
pacman -S --needed git base-devel.
cd to the path where you cloned yay.
makepkg -si.
Exit the container and install software with the --aur flag!
apx --aur search and apx --aur install both don't work.
The container creation fails not.
The text was updated successfully, but these errors were encountered: