我正在尝试通过以下方式在 Ubuntu 14.04 上安装 ntop-ng官方指南。但是,我遇到了以下错误
The following packages have unmet dependencies:
nbox : Depends: tshark but it is not going to be installed
如果我尝试安装 tshark,它会返回
The following packages have unmet dependencies:
tshark : Depends: wireshark-common (= 1.10.6-1) but 1.11.3+svn54293-0ubuntu1~raring1~ppa0 is to be installed.
我该怎么做才能安装该软件?
编辑:看来问题出在wireshark-common
。
的确
$>dpkg -l | grep wireshark-common
ii wireshark-common 1.11.3+svn54293-0ubuntu1~raring1~ppa0 amd64 network traffic analyser (common files)
这个名字对我来说有点可疑:为什么要 raring?也许这只是我安装的旧 Ubuntu 系统的遗留问题?我会尝试清除/重新安装。
答案1
解决了强制重新安装软件包的问题wireshark-common
。步骤:
sudo apt-get purge --remove wireshark-common
sudo apt-get install wireshark-common nbox