私はDebian 10を持っており、現在wine-4.0がインストールされています。ここで推奨されるコマンドを使用して、最新のワインバージョンにアップデートしたいと思います。
https://wiki.winehq.org/Debian
sudo apt install --install-recommends winehq-stable
上記のインストールコマンドを実行すると、次のようになります。
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:
winehq-stable : Depends: wine-stable (= 5.0.0~buster)
E: Unable to correct problems, you have held broken packages.
sudo apt list --installed | grep ワイン表示:
fonts-wine/stable,stable,now 4.0-2 all [installed]
libkwineffects11/stable,now 4:5.14.5-1 amd64 [installed,automatic]
libwine-development/stable,now 4.2-4+b1 amd64 [installed]
libwine-development/stable,now 4.2-4+b1 i386 [installed]
libwine/stable,now 4.0-2 amd64 [installed]
libwine/stable,now 4.0-2 i386 [installed]
wine-development/stable,stable,now 4.2-4 all [installed]
wine32-development/stable,now 4.2-4+b1 i386 [installed]
wine32/stable,now 4.0-2 i386 [installed]
wine64-development/stable,now 4.2-4+b1 amd64 [installed]
wine64/stable,now 4.0-2 amd64 [installed]
wine/stable,stable,now 4.0-2 all [installed]
sudo apt update を実行すると、すべてが最新の状態であることが示されます。
cat /etc/apt/sources.list.d/wine.list は以下を表示します:
deb https://dl.winehq.org/wine-builds/debian/ buster main
どのように更新できますか?
答え1
Winehqフォーラムの答え:Debian 10およびUbuntu 18.04用FAudio
問題は、libfaudio0
debian 10 リポジトリと winehq リポジトリの両方で利用できない依存関係の欠落が原因で発生します。 opensuseリポジトリを追加する必要があります。
sudo apt install software-properties-common apt-transport-https
sudo add-apt-repository 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10 ./'
wget https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/Release.key
sudo apt-key add Release.key
sudo apt update
sudo apt install --install-recommends winehq-stable
Cybermaxのおかげで、OBSではDebian 10およびUbuntu 18.04用のFAudioパッケージを提供しています。これらのディストリビューションのためのWineHQワイン開発とワイン準備パッケージはこれに対して構築されており、依存関係として必要です。 Wine 5.0以降、wine-stableパッケージにはFAudioも必要です。
注:Ubuntu 19.10以降およびDebian Bullseye以降のFAudioはこれらのディストリビューションで提供されています。 distroリポジトリからインストールできない場合は、distroフォーラムにお問い合わせください。
FAudio は Wine プロジェクトの一部ではないため、FAudio パッケージはここのダウンロードサーバーから配布されず、OBS から直接入手できます。
Debian 10:https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/Debian_10/
Ubuntu 18.04とLinux Mint 19.x:https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/
答え2
aptitude install winehq-stable
代わりに試してみてくださいapt
。競合するパッケージを自動的に並べ替えるか提案することができます。
以下を実行して適性をインストールできます。apt install aptitude