Ze strony podręcznika:
-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.
Jest to mylące:
- Jak „zignoruj brak” i „napraw brak” może być synonimem tej samej opcji?
- Co w tym kontekście oznacza „powstrzymywanie”?
- Co oznacza „obsłużyć wynik”?
A w jakiej sytuacji jest to przydatne? Podczas próby zainstalowania pakietu spoza indeksu apt pojawia się następujący komunikat:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Czy dwie sugestie ( apt-get update
, apt-get install --fix-missing...
) są w ogóle równoważne?
--fix-missing
to synonim-f
. Jednak zachowanie powinno być takie samo jak Synaptic: spróbuj zaktualizować tylko pobrane pakiety.