私はDebian 8.7を実行しています。 不安定なパッケージdolphin-emu だから私は私のコンピュータ上でGameCubeゲームをプレイすることができます。
私はついていきます Serverfaultに関するこの回答 不安定なパッケージをインストールできるようにaptの設定を変更します。しかし、うまくいきません。
$ 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: libavcodec57 (>= 7:3.0) but it is not going to be installed or
libavcodec-extra57 (>= 7:3.0) but it is not going to be installed
Depends: libavformat57 (>= 7:3.0) but it is not going to be installed
Depends: libsfml-network2.4 but it is not going to be installed
Depends: libsfml-system2.4 but it is not going to be installed
Depends: libsoundtouch1 (>= 1.9.2) but it is not going to be installed
Depends: libstdc++6 (>= 6) but 4.9.2-10 is to be installed
Depends: libwxbase3.0-0v5 (>= 3.0.2+dfsg) but it is not going to be installed
Depends: libwxgtk3.0-0v5 (>= 3.0.2+dfsg) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
apt-getは依存関係のインストールを拒否しているようです。
どうすればこれを機能させることができますか?
@Ramhound動作しません。依存関係が異なると同じエラーになります。最初の依存関係に従えば、やっとlibstdc ++ 6にたどり着きます。 libstdc ++ 6を再インストールすると、バージョン6ではなくバージョン4.9.2-10が再インストールされます。
—
Paul
正しいリポジトリを使用しているかどうかを確認できませんでした。
—
Ramhound
安定版のエミュレータをインストールしてから、そのインストールを不安定版にアップグレードしてみましたか
—
Ramhound
@Ramhound正しいリポジトリを使っているかどうかをどうやって確認できますかこれは出力です: pastebin.com/TESPk4BD エミュレータは安定版を持っていません
—
Paul
apt-get --reinstall install libavcodec57
。それが成功した場合、どのバージョンがどのリポジトリからインストールされているか