Musescore upgrade for ubuntu

• Sep 15, 2015 - 12:08

I wish to upgrade to the latest version of musescore for ubuntu, but as a non technical type of person I am at a lost as to how to do it. Understanding and using the terminal is totally alien to me. Can somebody help with a step by step instruction of how to do this installation. Derrick.


Comments

You can do the steps graphically. See an example here: http://askubuntu.com/a/5102
The ppa you have to add is this one:
ppa:mscore-ubuntu/mscore-stable
So the steps are:
1- add and enable the mscore-stable ppa as described in the link; note that for newer version of Ubuntu than the one described in the link the Software Sources dialog should be in "Software & Updates" and not in Software Center (Open Unity Dash and search for Software & Updates)
2- install/upgrade MuseScore via the Software Center

Ciao,
ABL

In reply to by ABL

Not sure if the Software Centre is still the right way to do it.

I’ve been reliably informed that, for some software, the Software Centre now installs containerised packages (Snap, I think) instead of using the system Debian package format.

Perhaps trying another GUI (Aptitude, Synaptics, …) might be in order?

ABL's method works fine, but you would probably find this is much faster in the terminal, if you wanted to try it.

Simply copy the following lines (all in one go), paste them into the terminal and hit Enter on your keyboard.

sudo add-apt-repository ppa:mscore-ubuntu/mscore-stable
sudo apt-get update
sudo apt-get install musescore

You will be prompted for your password because installing software requires "root" (admin) privileges.

Notes:

  • Use Ctrl+Shift+V to paste in the terminal, not Ctrl+V
  • When you type your password no characters will be displayed (not even asterisks ****). This is a security feature.

You might find this tutorial series on YouTube useful if you want to learn more about the Linux terminal.

Do you still have an unanswered question? Please log in first to post your question.