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
{{ message }}
This repository was archived by the owner on Nov 14, 2024. It is now read-only.
When trying to install something through AUR it says
check@m4te:~/apx$ pikman --aur install youtube-music-bin
Error: executable file `yay` not found in $PATH: No such file or directory: OCI runtime attempted to invoke a command that was not found
Error: exit status 127
Usage:
apx install [flags]
Examples:
apx install htop git
apx --nix install --allow-unfree vscode
Flags:
-y, --assume-yes Proceed without manual confirmation
-f, --fix-broken Fix broken dependencies before installing
--no-export Do not export a desktop entry after the installation.
--sideload Install a package from a local file.
--allow-unfree Allow packages with unfree licenses
--allow-insecure Allow packages with known vulnerabilities.
--apt Install packages from the Ubuntu repository.
--aur Install packages from the AUR (Arch User Repository).
--dnf Install packages from the Fedora's DNF (Dandified YUM) repository.
--apk Install packages from the Alpine repository.
--zypper Install packages from the OpenSUSE repository.
--xbps Install packages from the Void (Linux) repository.
--nix Install packages from the Nixpkgs (Nix packages) repository.
--swupd Install packages from the Clear Linux* store
-n, --name string Apply to custom container with this name.
-h, --help help for install
Global Flags:
-v, --verbose show more detailed output
ERROR exit status 127
exit status 127
Also at first it said
ERRO[0000] User-selected graph driver "overlay" overwritten by graph driver "vfs" from database - delete libpod local files to resolve
But I fixed that message by removing .local/share/containers. The yay problem ocurred before that tho
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to install something through AUR it says
Also at first it said
But I fixed that message by removing .local/share/containers. The yay problem ocurred before that tho
The text was updated successfully, but these errors were encountered: