Javaをインストールしようとしましたが、動作しません。私は http://tipsonubuntu.com/2016/07/31/install-Oracle-Java-8-9-ubuntu-16-04-linux-mint-18/ と言ったときにステップ2の実行中に問題が発生しました。
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
これらを修正するためにapt-get -f install
を実行したいかもしれません:
The following packages have unmet dependencies:
google-chrome-stable : Depends: libcurl3 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 install -f
管理者パスワードの入力を求められたら、パスワードを入力します。パスワードを入力しても、目に見えるフィードバックは表示されないことに注意してください。完了したら Enter 座って仕事をさせてください。ここでそのチュートリアルに戻り、指示に従って他の手順を続行します。
man apt-get
オプションの意味を理解するには、-f
を参照してください。
-f, --fix-broken
Fix; attempt to correct a system with broken dependencies in place. This option, when used with install/remove, can omit any packages to permit APT
to deduce a likely solution. If packages are specified, these have to completely correct the problem. The option is sometimes necessary when
running APT for the first time; APT itself does not allow broken package dependencies to exist on a system. It is possible that a system's
dependency structure can be so corrupt as to require manual intervention (which usually means using dpkg --remove to eliminate some of the
offending packages). Use of this option together with -m may produce an error in some situations. Configuration Item: APT::Get::Fix-Broken.