問題を解決できませんでした。 libvulkan-dev のインストール時にパッケージが破損しています。

問題を解決できませんでした。 libvulkan-dev のインストール時にパッケージが破損しています。
sudo apt-get install libvulkan-dev
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:
 libvulkan-dev : Depends: libvulkan1 (= 1.1.97-2) but 1.2.162.0-1~bpo10+1 is to be installed
E: Unable to correct problems, you have held broken packages.

それでは、どのようにインストールしますか?

ベストアンサー1

過去にも同様のことをしていましたが、同じ方法で処理していないようです。駆逐艦バックポート

パッケージを追加したい場合駆逐艦バックポート、デフォルトではダウングレードは許可されていないため、これらのバックポートパッケージを引き続き使用する必要があります。インストールしたバージョンはlibvulkan1次のとおりです。駆逐艦バックポートシンプルバージョンよりも最新バージョンなので自動的に候補となりました。バスターlibvulkan-devのバージョンはのバージョンと同期しているので(libvulkan1同じソースからオーム)使用するしかありません。駆逐艦バックポートのためのlibvulkan-dev。だから結局:

apt-get -t buster-backports install libvulkan-dev

おすすめ記事