เสมอเมื่อฉันติดตั้งบางสิ่งฉันได้รับข้อผิดพลาดต่อไปนี้หลายครั้ง:
พบคีย์การกำหนดค่าที่ไม่รู้จัก 'สถาปัตยกรรมต่างประเทศ' ในไฟล์กำหนดค่า 'dpkg' ของคุณ คำเตือนนี้จะกลายเป็นข้อผิดพลาดที่ยากในภายหลังดังนั้นโปรดลบตัวเลือกการกำหนดค่าที่กระทำผิดและแทนที่ด้วยการร้องขอ 'dpkg --add-architecture' ที่บรรทัดคำสั่ง
เมื่อฉันลองdpkg --add-architecture
ฉันจะได้รับ:
Unknown configuration key `foreign-architecture' found in your `dpkg'
configuration files. This warning will become a hard error at a later
date, so please remove the offending configuration options and replace
them with `dpkg --add-architecture' invocations at the command line.
dpkg: error: --add-architecture takes one argument
Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Options marked [*] produce a lot of output - pipe it through `less' or `more' !
ฉันยังไม่มีปัญหา แต่เนื่องจากมันแจ้งว่าคำเตือนนี้จะกลายเป็นข้อผิดพลาดอย่างหนักในภายหลังฉันควรทำอะไรบางอย่างเกี่ยวกับเรื่องนี้ เมื่อฉันค้นหา 'สถาปัตยกรรมต่างประเทศ' ฉันพบไฟล์ว่างเปล่าที่ไม่มีไบต์เดียว ฉันไม่สามารถลบไฟล์นั้นได้
กรุณาช่วยด้วยมันเป็นชนิดของครีม ...
ฉันใช้ Ubuntu เวอร์ชั่น 12.10
อัปเดตคำถาม:
cat /etc/dpkg/dpkg.cfg
no-debsig
log /var/log/dpkg.log
ls /etc/dpkg/dpkg.cfg.d/
multiarch
uname -m
) และ oputput cat /var/lib/dpkg/arch
ของ
cat /etc/dpkg/dpkg.cfg
&ls /etc/dpkg/dpkg.cfg.d/
. แก้ไขคำถามของคุณอีกครั้ง