आदमी पृष्ठ से:
-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.
यह भ्रामक है:
- एक ही विकल्प के लिए 'लापता' को कैसे अनदेखा कर सकते हैं और 'लापता को ठीक' कर सकते हैं?
- इस संदर्भ में 'होल्ड बैक' का क्या अर्थ है?
- 'परिणाम को संभालने' का क्या अर्थ है?
और वैसे भी यह किस स्थिति में उपयोगी है? जब आप उपयुक्त इंडेक्स में नहीं पैकेज को स्थापित करने का प्रयास करते हैं, तो आपको यह संदेश मिलता है:
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
। हालाँकि, व्यवहार सिंटैप्टिक के समान होना चाहिए: केवल डाउनलोड किए गए पैकेज को अपडेट करने का प्रयास करें।