0

I'd like to install Ultrastar Deluxe in Ubuntu 13.04. However, the PPA only contains packages for Ubuntu 12.10, 12.04, 10.10 and 10.04.

Is there any way I can install Ultrastar Deluxe in Ubuntu 13.04?

3 Answers3

3

I have successfully installed UltraStart on my notebook MSI U100. Download the packages from https://launchpad.net/~tobydox/+archive/ultrastardx/+packages

I used first: ultrastar-deluxe-data_1.1.0-svn-20120608-1_all.deb

then: ultrastar-deluxe_1.1.0-svn-20120608-1_i386.deb

And not had problems. I hope it works for you too!

Greetings!    Javier.

1

Yes, you can. After you have installed the ppa sources, go and modify them for which distribution you want (quantal for Ubuntu 12.10 version for example): press Super (windows button), write Software & Updates, open it, go to Other sources, select which ppa want to modify and press Modify.

Radu Rădeanu
  • 174,089
  • 51
  • 332
  • 407
0

Currently the easiest way to install Ultrastar Deluxe for all supported Ubuntu versions, including 15.10 is

sudo add-apt-repository ppa:tobydox/ultrastardx   
sudo apt-get update
sudo apt-get install ultrastar-deluxe

after staring it by running

ultrastardx

you can find the songs folder under your home directory

~/.ultrastardx/songs/
TheFisch
  • 103
  • 1
  • 1
  • 6