manページから:
-m, --ignore-missing, --fix-missing
Ignore missing packages; if packages cannot be retrieved or fail the integrity
check after retrieval (corrupted package files), hold back those packages and
handle the result.
Use of this option together with -f may produce an error in some situations. If a
package is selected for installation (particularly if it is mentioned on the
command line) and it could not be downloaded then it will be silently held back.
Configuration Item: APT::Get::Fix-Missing.
これは紛らわしいです:
- 「欠落を無視」と「欠落を修正」を同じオプションの同義語にするにはどうすればよいですか?
- この文脈で「保留」とはどういう意味ですか?
- 「結果の処理」とはどういう意味ですか?
とにかくどのような状況で便利ですか?aptインデックスにないパッケージをインストールしようとすると、次のメッセージが表示されます。
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2つの提案(apt-get update
、apt-get install --fix-missing...
)はまったく同等ですか?
--fix-missing
が同義語だと思っていました-f
。ただし、動作はSynapticの動作と同じである必要があります。ダウンロードしたパッケージのみを更新してください。