How can I install Muse Hub in an Arch based distro?
Hi. I am a Manjaro user. Can anyone help me find out how can I install Muse Hub on it?
Hi. I am a Manjaro user. Can anyone help me find out how can I install Muse Hub on it?
Do you still have an unanswered question? Please log in first to post your question.
Comments
I've heard some other Linux users have had luck extracting the contents of the .deb and installing the files themselves. You could try that out.
In reply to I've heard some other Linux… by dragonwithafez
Thank you for your answer.
I didn't find out how I could do that, but I decided to try again a method that never worked for me and now it did.
Install debtap from aur.
sudo debtap - u
debtap Muse-Hub.deb
And in KDE double click the generated installation file, type the password and confirm.
Muse hub is opening and working, but it was only able to connect to server and download sounds once. In the following tries it didn't connect.
Hi there. I am a Manjaro dev and will create a package in the AUR shortly.
Basically all you have to do is unpack the .deb file and copy the content of data.tar.xz to /opt and /usr of your system respectively.
Also you need to start (and enable to make this persistant) muse-hub systemd service:
sudo systemctl start muse-hub
sudo systemctl enable muse-hub
Like this there is no need to reboot your system by the way ;)