重新安装后 ntop 无法正确安装(Ubuntu 11.04)

重新安装后 ntop 无法正确安装(Ubuntu 11.04)

我像这样安装 ntop (及其所有依赖项):

sudo apt-get install ntop

之后我决定通过发出以下命令将其删除:

sudo apt-get remove ntop
sudo apt-get autoremove
sudo apt-get autoclean
sudo rm -rf /etc/ntop && sudo rm -rf /etc/init.d/ntop

之后我决定通过以下命令再次安装它:

sudo apt-get install ntop

/etc/init.d/ntop这次文件没有被创建!而且,目录是/etc/ntop/空的。我还注意到,在第二次安装过程中,安装程序没有要求我输入用户名/密码,也没有要求我输入要监视的接口列表。

系统上是否有迹象表明这个包以前安装过,以及如何清除系统中所有关于这个包的提及(以便可以完全重新安装)?

答案1

如果您确定它已被清除,请尝试以下操作(注意“y”开关):

sudo apt-get install ntop -y

然后进行设置:

sudo ntop --set-admin-password
sudo ntop -u ntop -d

相关内容