我正在尝试在Debian上安装Wireshark(Debian 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.
我得到了相同的错误但不同的依赖关系
—
WannaBeGenius 2014年
继续浏览依赖关系链并执行此操作,直到出现更具体的错误。
—
杰森C
感谢您的反馈,我已经安装了最新的Debian,它似乎可以工作而不需要那些依赖项。
—
WannaBeGenius 2014年
apt-get --reinstall install libwireshark2 wireshark-common
怎么了?