Từ trang người đàn ông:
-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.
Điều này thật khó hiểu:
- Làm thế nào có thể 'bỏ qua mất tích' và 'sửa lỗi bị thiếu' là từ đồng nghĩa cho cùng một tùy chọn?
 - "Giữ lại" có nghĩa là gì trong bối cảnh này?
 - "Xử lý kết quả" nghĩa là gì?
 
Và trong tình huống nào nó hữu ích? Khi bạn cố gắng cài đặt một gói không có trong chỉ mục apt, bạn sẽ nhận được thông báo này:
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Là hai gợi ý ( apt-get update, apt-get install --fix-missing...) hoàn toàn tương đương?
--fix-missinglà từ đồng nghĩa của-f. Tuy nhiên, hành vi phải giống như của Synaptic: cố gắng cập nhật chỉ các gói được tải xuống.