Lors de la tentative d'installation de Dolphin-Emu, je suis tombé sur une dépendance non rencontrée qui empêche l'installation. J'ai installé Dolphin-Emu en tant que PPA, afin de pouvoir installer manuellement le package. Chaque fois que j'essaie d'installer, c'est le code que j'utilise et le message que je reçois.
$ Sudo apt-get install dolphin-emu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dolphin-emu : Depends: libstdc++6 (>= 4.9) but 4.8.4-2ubuntu1~14.04 is to be installed
E: Unable to correct problems, you have held broken packages.
Toute aide serait appréciée.
Selon le guide d'installation disponible en ligne, les éléments suivants devraient fonctionner:
Sudo add-apt-repository ppa:dolphin-emu/ppa
Sudo apt-get update
Sudo apt-get install dolphin-emu-master
Vous pouvez également essayer un Sudo apt-get upgrade
immédiatement après la commande update
(ces deux commandes sont généralement bonnes à essayer lorsque apt se comporte mal/a des problèmes avec ubuntu).
MISE À JOUR: également selon le guide d'installation de dolphin, si vous exécutez ubuntu 12.04 ou 14.04, exécutez d'abord ces commandes:
Sudo add-apt-repository ppa:dolphin-emu/gcc-for-dolphin
Sudo apt-get update
Avant d'essayer autre chose, essayez de suivre les instructions de la réponse précédente ppa, il est dit:
Unofficial builds for Dolphin Wii/Gamecube Emulator.
Install the dolphin-emu package for the latest stable release of Dolphin.
Install the dolphin-emu-master package for weekly builds that include the latest upstream changes from git.
The dolphin-emu-triforce package will allow you play Triforce games, as well Wii/Gamecube games. It's based on the old Triforce fork (4.0-315).
You'll need to enable the Universe repo before install Dolphin.
For Ubuntu 12.04 and 14.04 users: dolphin-emu-master needs an updated libstdc++6 (>=4.9), so install this PPA first:
https://launchpad.net/~dolphin-emu/+archive/ubuntu/gcc-for-dolphin
It will update libstdc++6 in your system to version 4.9.2, so be careful.
If you found a problem to update libstdc++6, use this PPA instead:
https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test
THERE'S NO 32-bit (i386) BUILDS ANYMORE: https://dolphin-emu.org/blog/2014/05/19/obituary-32bit/
ARMv8/AArch64/arm64 packages now ;)
donc si vous avez un problème avec libstdc ++ 6 essayez:
add-apt-repository
de https://launchpad.net/~dolphin-emu/+archive/ubuntu/gcc-for-dolphinSudo apt-get update
sodo apt-get upgrade
puis essayez de l'installer à nouveau, si cela ne fonctionne pas, essayez:
Sudo apt-get update
et Sudo apt-get upgrade
puis essayez de réinstaller dolphin-emu. mais, comme le dit le fichier lisez-moi, cela mettra à jour libstdc ++ 6 vers la version 4.9.2, à vous de voir.