wine64 のインストールで問題発生

wine64 のインストールで問題発生

この問題を解決するためにインターネットのあらゆる場所を検索しましたが、それでもこれらのエラーを解消できませんでした。

sudo apt-get install wine64
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:
wine64 : Depends: libwine (= 5.0-3ubuntu1) but it is not going to be installed
      Recommends: wine32 (= 5.0-3ubuntu1)
E: Unable to correct problems, you have held broken packages.

不足しているパッケージ libwine をインストールしようとしましたが、次のエラーが発生しました:

sudo apt-get install libwine
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:
libwine : Depends: libvkd3d1 (>= 1.0) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

それでインストールしてみましたそれ荷物が届かずこれエラー:

sudo apt-get install libvkd3d1
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:
 libvkd3d1 : Depends: libc6 (>= 2.34) but 2.31-0ubuntu9.9 is to be installed
         Depends: libvkd3d-shader1 (>= 1.2) but it is not going to be installed
 E: Unable to correct problems, you have held broken packages.

諦めました。誰かこれを直す方法を教えてもらえますか? よろしくお願いします。

関連情報