De la page de manuel :
-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.
C'est déroutant :
- Comment "ignorer les manquants" et "réparer les manquants" peuvent-ils être synonymes de la même option ?
- Que signifie "retenir" dans ce contexte ?
- Que signifie "gérer le résultat" ?
Et dans quelle situation est-ce utile de toute façon ? Lorsque vous essayez d'installer un paquet qui n'est pas dans l'index apt, vous obtenez ce message :
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Les deux suggestions ( apt-get update
, apt-get install --fix-missing...
) sont-elles équivalentes ?