E:軟體套件「honeyd」沒有安裝候選者

E:軟體套件「honeyd」沒有安裝候選者

如何在Ubuntu14.04上安裝honeyd。嘗試使用以下命令安裝它時出現以下錯誤 apt-get

sudo apt-get install honeyd
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package honeyd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'honeyd' has no installation candidate

我也更新了我的aptsudo apt-get update

答案1

Honeyd 有點過時了,但它應該仍然可以工作......要建造它,您所要做的就是運行:

sudo apt-get install build-essential
wget http://www.honeyd.org/uploads/honeyd-1.5c.tar.gz && tar -xjf honeyd-1.5c.tar.gz
cd honeyd-1.5c
./configure --prefix=/opt/honeyd
make
sudo make install

運行 honeyd 似乎可以在我的 Ubuntu 12.04 副本中運行,並且應該可以在 14.04 中運行。

答案2

該軟體包honeyd相當舊,並且在您的系統的 PPA 中不可用。您也許可以從以下位置的可用來源進行編譯http://www.honeyd.org/release.php,但您可能會發現這是一項相當大的工作。

相關內容