MuseScore-Studio-4.4.3.242971445-x86_64.AppImage does not work under Debian 10?
i downloaded the file from here https://musescore.org/en/download/musescore-x86_64.AppImage
Set permissions to "allow executing file as program", right clicked and clicked "run"...
...nothing :?
Comments
Try from a terminal?
In reply to Try from a terminal? by Moilleadóir
ehmmm..., how, please?
In reply to ehmmm..., how, please? by aeLiXihr
See https://musescore.org/en/handbook/4/download-and-installation#AppImage
In reply to See https://musescore.org/en… by Jojo-Schmitz
thank you. My MS files are now recognized as such, but they still do not open...
onno@debian:~$ ./MuseScore-Studio-4.4.3.242971445-x86_64.AppImage install
/lib/x86_64-linux-gnu/libjack.so.0
/lib/x86_64-linux-gnu/libnss3.so
findlib: libOpenGL.so.0: cannot open shared object file: No such file or directory
/home/onno/MuseScore-Studio-4.4.3.242971445-x86_64.AppImage: Using fallback for library 'libOpenGL.so.0'
/lib/x86_64-linux-gnu/libwayland-client.so.0
Installation step 1 of 3.
PREFIX is '/home/onno/.local'.
Preparing to install resources to:
PREFIX/share/applications/*
PREFIX/share/icons/*
PREFIX/share/man/*
PREFIX/share/mime/*
gtk-update-icon-cache: Cache file created successfully.
Resources installed to '/home/onno/.local'.
Step 2 of 3.
MuseScore is at: /home/onno/MuseScore-Studio-4.4.3.242971445-x86_64.AppImage
Moving AppImage to 'PREFIX/bin'.
Finished installing MuseScore to /home/onno/.local
Step 3 of 3.
Symlinks can be created to make it easier to launch MuseScore from
the command line. (Symlinks are like shortcuts or aliases.)
INFORMATION: MuseScore is not in PATH. If you want to run MuseScore from
the command line you will have to type the full file path, like this:
/home/onno/.local/bin/MuseScore-Studio-4.4.3.242971445-x86_64.AppImage
This does not affect you if you launch MuseScore by clicking on the icon.
onno@debian:~$
In reply to thank you. My MS files are… by aeLiXihr
So does it start when clicking that icon?
In reply to So does it start when… by Jojo-Schmitz
which icon please?
In reply to which icon please? by aeLiXihr
oh i see, if i search it in the programms?
No it does not start...
In reply to which icon please? by aeLiXihr
The one it said to have installed
In reply to The one it said to have… by Jojo-Schmitz
This one, please?
In reply to This one, please? by aeLiXihr
Probably
In reply to Probably by Jojo-Schmitz
no, does not work, sorry
In reply to ehmmm..., how, please? by aeLiXihr
Try using copying & pasting (Ctrl+Shift+V) the full path given earlier…
❝
INFORMATION: MuseScore is not in PATH. If you want to run MuseScore from
the command line you will have to type the full file path, like this:
/home/onno/.local/bin/MuseScore-Studio-4.4.3.242971445-x86_64.AppImage
❞
…into a terminal window and pressing Enter. It probably still won’t run, but you’ll get some output from the program about what it’s doing.
In reply to Try using copying & pasting … by Moilleadóir
onno@debian:~$ /home/onno/.local/bin/MuseScore-Studio-4.4.3.242971445-x86_64.AppImage
/lib/x86_64-linux-gnu/libjack.so.0
/lib/x86_64-linux-gnu/libnss3.so
findlib: libOpenGL.so.0: cannot open shared object file: No such file or directory
/home/onno/.local/bin/MuseScore-Studio-4.4.3.242971445-x86_64.AppImage: Using fallback for library 'libOpenGL.so.0'
/lib/x86_64-linux-gnu/libwayland-client.so.0
/tmp/.mount_MuseScfYxIZH/bin/mscore4portable: /lib/x86_64-linux-gnu/libpthread.so.0: version
GLIBC_2.30' not found (required by /tmp/.mount_MuseScfYxIZH/bin/mscore4portable)
GLIBC_2.29' not found (required by /tmp/.mount_MuseScfYxIZH/bin/mscore4portable)/tmp/.mount_MuseScfYxIZH/bin/mscore4portable: /lib/x86_64-linux-gnu/libm.so.6: version
/tmp/.mount_MuseScfYxIZH/bin/mscore4portable: /lib/x86_64-linux-gnu/libstdc++.so.6: version
GLIBCXX_3.4.26' not found (required by /tmp/.mount_MuseScfYxIZH/bin/mscore4portable)
GLIBC_2.29' not found (required by /tmp/.mount_MuseScfYxIZH/bin/../lib/libsndfile.so.1)/tmp/.mount_MuseScfYxIZH/bin/mscore4portable: /lib/x86_64-linux-gnu/libm.so.6: version
/tmp/.mount_MuseScfYxIZH/bin/mscore4portable: /lib/x86_64-linux-gnu/libm.so.6: version
GLIBC_2.29' not found (required by /tmp/.mount_MuseScfYxIZH/bin/../lib/libFLAC.so.8)
GLIBC_2.30' not found (required by /tmp/.mount_MuseScfYxIZH/bin/../lib/libsystemd.so.0)/tmp/.mount_MuseScfYxIZH/bin/mscore4portable: /lib/x86_64-linux-gnu/libc.so.6: version
onno@debian:~$
In reply to onno@debian:~$ /home/onno/… by aeLiXihr
Ah, glibc missing or wrong version
In reply to Ah, glibc missing or wrong… by Jojo-Schmitz
did i do anything wrong?
In reply to did i do anything wrong? by aeLiXihr
No
In reply to No by Jojo-Schmitz
thank you
...any fix, please?
In reply to ...any fix, please? by aeLiXihr
Somehow install GLIBC 2.30, sorry can't tell more
In reply to ...any fix, please? by aeLiXihr
Depends on what Linux distribution you’re using. You need to look up how to check the version first (it will be installed, but maybe the version is too old). Then you can try to figure out if it’s possible to install a more recent version (it would probably be complicated).
I use Manjaro and if I look in the software centre (pamac-gui) it shows glibc version 2.40.
If you use Ubuntu or something based on Ubuntu you could try this in a terminal:
apt list libc6
On Ubuntu 24.04 that shows version 2.39.
Musescore could include glibc in the AppImage I think, but it would make it a bit bigger.
In reply to Depends on what Linux… by Moilleadóir
Debian GNU/Linux 10 (buster)
onno@debian:~$ apt list libc6
Listing... Done
libc6/oldoldstable,now 2.28-10+deb10u4 amd64 [installed]
N: There is 1 additional version. Please use the '-a' switch to see it
onno@debian:~$
In reply to Debian GNU/Linux 10 (buster)… by aeLiXihr
As frfancha said, upgrade! Must better to be running the current stable version (Debian 12).
Upgrade to Debian 12
In reply to Upgrade to Debian 12 by frfancha
onno@debian:~$ sudo apt-get update
[sudo] password for onno:
Hit:1 http://deb.debian.org/debian buster InRelease
Get:2 http://security.debian.org/debian-security buster/updates InRelease [34.8 kB]
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Hit:4 http://ppa.launchpad.net/kxstudio-debian/libs/ubuntu bionic InRelease
Hit:5 http://ppa.launchpad.net/kxstudio-debian/music/ubuntu bionic InRelease
Get:6 http://ppa.launchpad.net/kxstudio-debian/plugins/ubuntu bionic InRelease [16.2 kB]
Hit:7 http://ppa.launchpad.net/kxstudio-debian/apps/ubuntu bionic InRelease
Get:8 https://updates.signal.org/desktop/apt xenial InRelease [5,887 B]
Hit:9 http://ppa.launchpad.net/kxstudio-debian/kxstudio/ubuntu bionic InRelease
Ign:10 https://kx.studio/repo stable InRelease
Ign:11 https://kx.studio/repo gcc5 InRelease
Hit:12 https://kx.studio/repo stable Release
Hit:13 https://kx.studio/repo gcc5 Release
Get:14 https://updates.signal.org/desktop/apt xenial/main amd64 Packages [65.0 kB]
Fetched 122 kB in 3s (46.8 kB/s)
Reading package lists... Done
onno@debian:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
gxplugins-data
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
onno@debian:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
gxplugins-data
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
onno@debian:~$
In reply to onno@debian:~$ sudo apt-get… by aeLiXihr
Not that kind of ‘upgrade’. That just updates your current software. You need to move to the later version of Debian.
The usual advice is to upgrade to the NEXT version of Debian, rather than skipping a version, so you will probably need to do this a couple of times.
You should ask advice about this on a Debian forum, but there’s a general how-to in the wiki (https://wiki.debian.org/DebianUpgrade)
Wikipedia: https://en.wikipedia.org/wiki/Debian_version_history#Release_table