musikcube icon indicating copy to clipboard operation
musikcube copied to clipboard

raspberry pi cannot install in right way or execute musikcube

Open Gerodote opened this issue 1 year ago • 2 comments

i have a rpi 3b+ with fresh rpi os 64 bit desktop. I've tried to install musikcube 3.0.0 and 0.9.0 .

3.0.0 :

wget https://github.com/clangen/musikcube/releases/download/3.0.0/musikcube_linux_rpi_armhf_3.0.0.tar.bz2
 tar -jxvf ./musikcube_linux_rpi_armhf_3.0.0.tar.bz2
 cd musikcube_linux_rpi_armhf_3.0.0/
./musikcube

output:

Failed to execute process './musikcube'. Reason:
The file './musikcube' does not exist or could not be executed.

0.99.9 :

wget https://github.com/clangen/musikcube/releases/download/0.99.0/musikcube_standalone_0.99.0_rpi_armhf.deb
sudo dpkg -i ./musikcube_standalone_0.99.0_rpi_armhf.deb
(Reading database ... 110786 files and directories currently installed.)
Preparing to unpack .../musikcube_standalone_0.99.0_rpi_armhf.deb ...
Unpacking musikcube:armhf (0.99.0) over (0.99.0) ...
Setting up musikcube:armhf (0.99.0) ...
Processing triggers for gnome-menus (3.36.0-1) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for mailcap (3.69) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
sudo apt-get install -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
  libfuse2
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
musikcube
/usr/bin/musikcube: 6: exec: ./musikcube: not found

can musikcube be installed on rpi or is it my fault?

Gerodote avatar May 07 '23 21:05 Gerodote