sudo apt-get -f installは正確に何をしますか?


41

前に見たことがあります。私はちょうどそれが正確に何をするのだろうと思っていますか?

回答:


39

からman apt-get

   -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 dselect(1) or 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.

19
A主に感謝します。壊れたパッケージを持っていると、靴の中に岩が入っているようなものになります...そして、マラソンに参加しています...クマがサメに乗って巨大なクモに乗っています。しかし、この壊れたもののおかげで修正されます。
ルイスアルバラード

2
時々の状況ではsudo apt-get -f installないが、それ自体で、壊れたパッケージを修正するのに十分な、参照この答えを
エリアケイガン

ちょうど追加として- package満たされていない依存関係を引き起こしたことについて考えを変えた場合sudo apt-get remove packageは、満たされていない依存関係エラーを取り除き、破損を修正するパッケージをインストールしないでください。
user1953384

1

ここで非常に便利だと思いました。いくつかの.debパッケージをインストールするためにdpkgコマンドを実行しましたが、いくつかの依存関係が欠落しているためインストールが失敗しました。

それから走りました

apt-get -f install

必要な依存関係を正確にインストールしました。その後、dpkgコマンドを再実行でき、すべてが機能しました。

弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.