I'm having a problem when trying to install Fritzing

I’m trying to install fritzing using the command yay -S fritzing and I heve this

==> ERROR: A failure occurred in prepare().
Aborting…
→ error making: fritzing-exit status 4
→ Failed to install the following packages. Manual intervention is required:
fritzing - exit status 4

First, do a full system update (Manjaro repos) and make sure base-devel is installed:

sudo pacman -Syu base-devel

Then try to delete the related yay cache:

rm -rf ~/.cache/yay/fritzing

and install again with yay:

yay -Sua fritzing
1 Like