ฉันเคยเห็นมาก่อน ฉันแค่สงสัยว่ามันทำอะไรกันแน่?
ฉันเคยเห็นมาก่อน ฉันแค่สงสัยว่ามันทำอะไรกันแน่?
คำตอบ:
จากman apt-get
:
-f, --fix-broken
Fix; attempt to correct a system with broken dependencies in place. This
option, when used with install/remove, can omit any packages to permit APT
to deduce a likely solution. If packages are specified, these have to
completely correct the problem. The option is sometimes necessary when
running APT for the first time; APT itself does not allow broken package
dependencies to exist on a system. It is possible that a system's dependency
structure can be so corrupt as to require manual intervention (which usually
means using dselect(1) or dpkg --remove to eliminate some of the offending
packages). Use of this option together with -m may produce an error in some
situations. Configuration Item: APT::Get::Fix-Broken.
sudo apt-get -f install
ตัวเองไม่เพียงพอที่จะแก้ไขแพ็กเกจที่เสียหายดูคำตอบนี้
package
ที่ก่อให้เกิดการพึ่งพาแบบไม่คาดคิดคุณควรทำsudo apt-get remove package
เพื่อกำจัดข้อผิดพลาดในการพึ่งพาแบบ unmet และไม่ได้ติดตั้งแพ็กเกจที่แก้ไขการหยุดพัก
ที่นี่ฉันพบว่ามันมีประโยชน์มาก ฉันรันคำสั่ง dpkg เพื่อติดตั้งแพ็กเกจ. deb สองอัน แต่การติดตั้งล้มเหลวเนื่องจากการพึ่งพาบางอย่างหายไป
จากนั้นฉันก็วิ่ง
apt-get -f install
และได้ติดตั้งการพึ่งพาที่จำเป็นทั้งหมด ฉันสามารถเรียกใช้คำสั่ง dpkg อีกครั้งและทุกอย่างทำงานได้