นี่คือบนเซิร์ฟเวอร์ Ubuntu 12.04
ฉันได้รับข้อผิดพลาดนี้เมื่อพยายามเรียกใช้งานใด ๆapt-get install
(พยายามติดตั้งแพคเกจที่ไม่เกี่ยวข้องและโดยพลการ):
dpkg: dependency problems prevent configuration of openssh-server:
openssh-server depends on openssh-client (= 1:5.9p1-5ubuntu1.1); however:
Version of openssh-client on system is 1:5.9p1-5ubuntu1.4.
dpkg: error processing openssh-server (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
dpkg: dependency probms prevent configuration of ssh:
ssh depends on openssh-server; however:
Package openssh-server is not configured yet.
dpkg: error processing ssh (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a followup error from a previous failure.
Errors were encounter while processing:
openssh-server
ssh
E: Sub-process /usr/bin/dpkg returned an error code (1)
การติดตั้งเวอร์ชันไคลเอ็นต์ที่เป็นปัญหาจะนำไปสู่:
sudo apt-get install openssh-client=1:5.9p1-5ubuntu1.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '1:5.9p1-5ubuntu1.1' for 'openssh-client' was not found
ความพยายามในการแก้ไขที่หลากหลายโดยขาดความรู้พื้นฐานล้มเหลวเช่น
dpkg-reconfigure -a
apt-get -f install
ใครสามารถให้คำแนะนำวิธีแก้ไขปัญหาอาจเรียกร้องข่าวสารเพิ่มเติมที่จำเป็นจากฝั่งของฉัน
การอัปเดต openssh (ที่ฉันเดาว่าล้มเหลว) จะถูกเปลี่ยนกลับหรือไม่ใช้งานได้อย่างไรดังนั้นฉันจึงสามารถติดตั้งแพ็คเกจอื่นได้?
แก้ไข:
ผลลัพธ์ของapt-cache policy openssh-client
คือ:
openssh-client:
Installed: 1:5.9p1-5ubuntu1.4
Candidate: 1:5.9p1-5ubuntu1.4
Version table:
*** 1:5.9p1-5ubuntu1.4 0
500 http://archive.ubuntu.com/ubuntu/ precise-updates/main amd64 Packages
100 /var/lib/dpkg/status
1:5.9p1-5ubuntu1.3 0
500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64 Packages
1:5.9p1-5ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
เพียงเพื่อความสมบูรณ์/etc/apt/sources.list
:
deb http://archive.ubuntu.com/ubuntu precise main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu precise-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse
apt-cache policy openssh-client
เห็นได้ชัดว่าคุณกำลังพยายามติดตั้งแพคเกจบางอย่างที่ไม่ได้พัฒนาหรือทดสอบกับ openssh-client ปัจจุบันของคุณ