डेबियन लिनक्स पर वायरशार्क स्थापित नहीं कर सकते


0

मैं डेबियन पर डेबर्सक को स्थापित करने की कोशिश कर रहा हूं (डेबियन 3.2.51-1), लेकिन मुझे यह त्रुटि मिल रही है:

apt-get install wireshark
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wireshark : Depends: libwireshark2 (>= 1.8.0~rc1-1) but it is not going to be installed
             Depends: wireshark-common (= 1.8.2-5wheezy10) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

क्या होता है जब आप apt-get --reinstall install libwireshark2 wireshark-common?
Jason C

मुझे एक ही त्रुटि मिलती है लेकिन विभिन्न निर्भरताएँ
WannaBeGenius

निर्भरता श्रृंखला से गुजरते रहें और ऐसा तब तक करें जब तक कि आपको अधिक विशिष्ट त्रुटि न मिले।
Jason C

प्रतिक्रिया के लिए धन्यवाद, मैंने नवीनतम डेबियन को स्थापित किया है और यह उन आश्रितों के लिए बिना पूछे काम करता है।
WannaBeGenius

जवाबों:


0

निम्न आदेशों की श्रृंखला आज़माएं:

$ sudo apt-get clean
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install wireshark
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.