Musescore on Linux

B
BGuttman
Posts: 7368
Joined: Mar 22, 2018

by BGuttman »

I'm getting very confused. :idk:

I have Musescore 4 on my Windows 10 machine.

I have Musescore 3 on my older Linux Mint (built as 20, currently 21.3) machine.

I'm building a new Linux Mint (22) machine and all I can get is Musescore 2.

I found some stuff online that says the Linux repository only contains Musescore 2. There is some kind of image of Musescore 4 on the Musescore Web Site which I downloaded but can't open.

How the heck did I get Musescore 3 on my older box, and can I get Musescore 4 on my new one?
G
ghmerrill
Posts: 2193
Joined: Apr 02, 2018

by ghmerrill »

Are you saying you can't download and install an executable? Or that you can't build it from source?
M
muschem
Posts: 372
Joined: Jan 17, 2021

by muschem »

I believe flatpack support is baked into Mint since ~ version 18 or so, which means this should work for you: https://flathub.org/apps/org.musescore.MuseScore.
M
Matt_K
Posts: 4809
Joined: Mar 21, 2018

by Matt_K »

If you installed via the App Store in mint I believe the issue is that MiseScore stopped updating that distribution when they switched to flat pack and later AppImage. So you’ll end up with really ancient versions at this point if you apt install it. The blessed way to install is directly via the site using MuseHub now, which is available as an appimage, my least favorite way to package software:

<LINK_TEXT text="https://musescore.org/en/handbook/4/dow ... stallation">https://musescore.org/en/handbook/4/download-and-installation</LINK_TEXT>
J
jonathanharker
Posts: 139
Joined: Aug 14, 2022

by jonathanharker »

I've been meaning to dig into why the Debian maintainer(s) don't (or can't, or won't) upgrade it to 4. I smell shenanigans - this sort of thing sometimes happens when an "open source" project is dominated by a commercial entity; the availability and access to the source is gradually walled off. Like I said though I don't know if that's the case, and one day I'll find the time to find out. In the meantime, you can [url=https://flathub.org/apps/org.musescore.MuseScore]install the FlatPak:
flatpak install flathub org.musescore.MuseScore
You might need to sudo apt install flatpak first.
B
boneagain
Posts: 276
Joined: Mar 24, 2018

by boneagain »

[quote="jonathanharker"]I've been meaning to dig into why the Debian maintainer(s) don't (or can't, or won't) upgrade it to 4. I smell shenanigans - this sort of thing sometimes happens when an "open source" project is dominated by a commercial entity; the availability and access to the source is gradually walled off. Like I said though I don't know if that's the case, and one day I'll find the time to find out. In the meantime, you can [url=https://flathub.org/apps/org.musescore.MuseScore]install the FlatPak:
flatpak install flathub org.musescore.MuseScore
You might need to sudo apt install flatpak first.[/quote]

This sort of thing also happens when a distribution is too slow adding updates for the pace of the app developer.

I don't like the added megabyte footprint of appimages,

but I DO like being able to use an appimage to get a current version of an app without having to do a big Mint upgrade, THEN find that even there the app version is several levels back.
M
Matt_K
Posts: 4809
Joined: Mar 21, 2018

by Matt_K »

Yeah Debian stable is not the place to look for up-to-date packages. I would suspect that it would be added to unstable sometime in the next year or so and ultimately be put in in like 2026, if a maintainer wants to package it up. FWIW, someone does have MuseScore 4 in the AUR if you want to try your hand at Arch and really don't want to use flatpak or appimage.
J
jonathanharker
Posts: 139
Joined: Aug 14, 2022

by jonathanharker »

Yeah it's not like its lib dependencies are particularly complicated.