I installed balena-cli from AUR (https://aur.archlinux.org/packages/balena-cli/) using yay on my Arch box and all seemed to complete well but I can't find a balena-cli (or similar binary) on my system. How can I see what got installed and where the binary is? There is no /usr/bin/balena and:
$ pacman -Ql balena-cli
error: package 'balena-cli' was not found
UPDATE:
I even tried to install it manaually (without yay) with:
$ git clone https://aur.archlinux.org/balena-cli.git
$ cd balena-cli/
$ makepkg -si
but get:
$ ls -l /usr/bin/balena
ls: cannot access '/usr/bin/balena': No such file or directory
while:
$ tar -tf balena-cli-11.30.1.tgz | grep bin
package/bin/balena
package/bin/balena-dev
I also checked the other archive:
$ tar -tf balena-cli-11.30.1-1-x86_64.pkg.tar.xz | grep "usr/bin"
usr/bin/
usr/bin/balena