Installing Muse Hub on Arch-based Linux Distributions
Hi all, I thought I'd share what I've learned trying to install Muse Hub on my system. I'm currently using EndeavourOS, which is based on Arch Linux, so this should work on any Arch derivative. There used to be a Muse Hub package in the AUR, but as of this posting it's no longer available. This will let you access Muse Sounds on your system.
Using debtap
- Download and install
debtap
(AUR, GitHub). This is a script that will convert .deb packages for use on an Arch-based system. - Download the latest Muse Hub Debian package (.deb) from the Downloads page. (Look for Muse Hub (for Muse Sounds) next to the image of Tux.)
- Open a terminal and
cd
to the directory where you downloadedMuse_Hub.deb
. - Run
debtap Muse_Hub.deb
. - The two prompts given ("
Enter Packager name
" and "Enter package license
") can be skipped by pressingEnter
- If you want to edit the .PKGINFO or .INSTALL files, you can select any editor installed on your system. Otherwise, press any other key to continue.
- Wait while
debtap
creates your package. This can take some time depending on your processor. - Run
pacman -U muse-hub-*.pkg.tar.zst
as root, where * is the build number. - Follow the instructions as though you were installing any other Arch package with
pacman
. - Run
muse-hub
to download those lovely Muse Sounds soundfonts!
For any updates to Muse Hub, just repeat this process.
Comments
Thanks so much for this! I've remembered using that AUR package of Muse Hub, how it runs but can't download anything. Now with this method MuseSounds can now be installed! (How I wish the AUR release of Muse Hub were built from this method from the start so that it won't be flagged for deletion.)
Again, many thanks for this!
NOTE: For Step 2, link is broken. However, there are two ways to get Muse_Hub.deb downloaded:
In reply to NOTE: For Step 2, link is… by ryanbarillosofficial
Why don't you try the "Muse Sounds Manager" instead of muse-hub? (https://www.musehub.com/ at the end)
see also: https://musescore.org/en/node/354285
In reply to Why don't you try the "Muse… by graffesmusic
I did not know about this until now. Thanks!
Maybe I can experiment building this into an AUR package.