monodevelopをインストールしようとしましたが、「msbuild」のインストールに失敗しました。
Errors were encountered while processing:
/var/cache/apt/archives/msbuild_1%3a16.6+xamarinxplat.2020.04.29.14.43-0xamarin5+raspbian9b1_all.deb
今何かをインストールしようとすると、msbuildについて文句を言い、インストールが中断されます。
sudo apt-get install cc65
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
monodevelop : Depends: msbuild but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
提案された方法を試してみましたが、再インストールしようとしているapt --fix-broken install
ようですが、msbuild
それでも失敗します。私も試しました他の多くの方法キャッシュされたファイルの削除を含む不運が続きます*.deb
。
このサイクルをどのように修正しますか?
ベストアンサー1
最も簡単な解決策はmonodevelop
パッケージを削除することです。apt
これにより、依存関係を満たす試みが中断されます。
あるいは、msbuild
インストール失敗の原因を修正することもできます。 「エラー発生」メッセージの前にエラーが何であるかを示すエラーメッセージが表示されます。