Wine のインストールと依存関係の不足

Wine のインストールと依存関係の不足

みなさんこんにちは。私はLinux初心者で、Windows .batファイルを必要とするサーバーをセットアップするためにWineをインストールしようとしていますが、Webサイトで説明されているプロセスを実行するたびに、インストールの最後の部分に到達します。

sudo apt install --install-recommends winehq-stable

そして、次の結果が返されます:

The following packages have unmet dependencies.
 winehq-staging : Depends: wine-staging (= 4.8~disco)
E: Unable to correct problems, you have held broken packages

これを修正するためにどのような修正を行っても機能しません。これを解決する方法を知っている人はいますか?

関連情報