数週間前にUbuntu 16デスクトップをインストールしました。 Chromeを追加し、すべて問題ありません。ただし、Sudo apt-get install ffmpeg
を試すと、次のエラーメッセージが表示されます。
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
google-chrome-stable : Depends: libappindicator1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
問題は何ですか、どうすればよいですか?
エラーメッセージに示されているように、Sudo apt-get -f install
を実行できます。これにより、必要な依存関係がインストールされ、問題が解決するはずです。 (または、Synaptic、Aptitude、または別のパッケージマネージャーを使用して、依存関係の問題を解決できます。)
@grooveplexが指摘したように、-f
は--fix-broken
を表し、「強制」ではなく、システムに損傷を与えてはなりません。