На чоловіковій сторінці:
-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?
Ці дві пропозиції ( apt-get update
, apt-get install --fix-missing...
) взагалі рівноцінні?
--fix-missing
це синонім-f
. Однак поведінка повинна бути такою ж, як у Synaptic: намагайтеся оновити лише завантажені пакети.