Ubuntu – Problem installing Dolphin emulator

14.04emulation

I have tried to install dolphin emulator using ppa.

I added the ppa, updated then I tried to install using sudo apt-get install dolphin-emu. It said that the package was not found.

I am using ubuntu 14.04.

Best Answer

I just received the same error, while trying to reproduce the error you experienced.

You need to do sudo apt-get install dolphin-emu-master by the look of my error. It allowed me to start to install (i.e. it found the package), although I did cancel it.

Was this what you got?

tim@Hairy14:~$ sudo apt-get install dolphin-emu
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package dolphin-emu is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  dolphin-emu-master

E: Package 'dolphin-emu' has no installation candidate

NB: I used this site to get the PPA details, the same PPA as you.

Related Question